mirror of
https://seed.flo-the.dev/z3gWc1qgaeZaoGwL4WTstLNoqjayM.git
synced 2025-12-06 04:47:35 +01:00
24 lines
209 B
Plaintext
24 lines
209 B
Plaintext
# Devenv
|
|
.devenv*
|
|
devenv.local.nix
|
|
|
|
# direnv
|
|
.direnv
|
|
|
|
# pre-commit
|
|
.pre-commit-config.yaml
|
|
|
|
config.ini
|
|
*.pfx
|
|
*.crt
|
|
*.pem
|
|
!tests/privkey.pem
|
|
!tests/signer.pem
|
|
|
|
# nix
|
|
result
|
|
|
|
# python
|
|
*.pyc
|
|
__pycache__
|
|
.coverage |