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

# Secrets — never commit
.env
*.json
!pyproject.toml

# IDE
.DS_Store
.vscode/
.idea/
