22 lines
188 B
Plaintext
22 lines
188 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
env/
|
|
venv/
|
|
.env
|
|
.env.*
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
output/
|
|
*.db
|
|
*.sqlite3
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
node_modules/
|
|
.DS_Store
|
|
Thumbs.db
|
|
*.bak
|
|
*.log
|