Files
2026-07-03 12:23:48 -04:00

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