# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
*.egg
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage*
coverage.xml

# Environments
.venv/
venv/
.env
.env.*

# Jupyter
.ipynb_checkpoints/

# OS/Editor
.DS_Store
.vscode/

# Docker/Compose artifacts
**/.cache/
.docker/
docker-data/

# Project-specific

# Notes and private stuff
notes.md
