12 lines
112 B
Plaintext
12 lines
112 B
Plaintext
# Locally specific files
|
|
.env
|
|
.idea/
|
|
|
|
# Cache
|
|
__pycache__/
|
|
*.pyc
|
|
|
|
# Tests and Coverage
|
|
.pytest_cache/
|
|
.coverage
|