# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
dist/
build/
.eggs/

# Dev / editor
.git/
.gitignore
.env
.venv/
venv/
*.log

# Docs / misc
README.md
*.zip
