# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
build/
dist/
*.egg
*.egg-info/
.eggs/

# Installer logs
pip-log.txt

# Unit test / coverage reports
.pytest_cache/
.coverage
coverage.xml
*.cover
*.py,cover
.hypothesis/
.cache/

# Virtual environments
env/
venv/
ENV/
.venv/
env.bak/
venv.bak/

# Editor directories and files
.vscode/
.idea/
*.iml

# macOS
.DS_Store

# Linux
*~

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Python tooling
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/

# Jupyter Notebook
.ipynb_checkpoints/

# dotenv environment variables file
.env

# UV cache
.uv/

# Docker Compose overrides
docker-compose.override.yml
docker-compose.local.yml

# Local databases
*.db