30 lines
330 B
Plaintext
30 lines
330 B
Plaintext
# Environment variables and sensitive files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Virtual environment
|
|
venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
.tox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.log
|
|
.git
|
|
.mypy_cache
|
|
.pytest_cache
|
|
.hypothesis
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3 |