.DS_Store
.env
.env.local
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
node_modules/
.next/
dist/
build/
coverage/
target/
tmp/
tmp-archive/
archive-output/
.idea/
.vscode/
*.log
*.sqlite3
*.db
*.tgz
*.tar.gz
*.zip
