24 lines
185 B
Plaintext
24 lines
185 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
venv/
|
|
.env
|
|
*.log
|
|
*.log.*
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
coverage/
|
|
.nyc_output/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
.DS_Store
|