42 lines
No EOL
362 B
Text
42 lines
No EOL
362 B
Text
# Environment
|
|
env/
|
|
.env
|
|
venv/
|
|
ENV/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.Python
|
|
*.so
|
|
.pytest_cache/
|
|
.coverage
|
|
.coverage.*
|
|
coverage.xml
|
|
*.cover
|
|
htmlcov/
|
|
|
|
# IDEs and editors
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# Project specific
|
|
test.py
|
|
*.log
|
|
.pip-cache/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
.DS_Store
|
|
|
|
# Distribution / packaging
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# Docker
|
|
.docker/ |