# Python bytecode
__pycache__/
*.py[cod]
*$py.class

# Packaging / build
build/
dist/
.eggs/
*.egg-info/
*.egg
pip-wheel-metadata/
pip-log.txt

# Virtual environments
.venv/
venv/
ENV/
.envrc
.env
.env.*
.env.local

# Tool caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
.nox/
.pyre/
.pytype/
__pypackages__/

# Coverage
.coverage
.coverage.*
htmlcov/
coverage.xml

# Logs and databases
*.log
logs/
*.sqlite
*.db
*.db-journal

# OS / Editor cruft
.DS_Store
.AppleDouble
.LSOverride
._*
.idea/
.vscode/
*.swp
*.swo
*.tmp
*.bak
*~

# Jupyter
.ipynb_checkpoints/
