__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.eggs/
*.egg

# User secrets — never commit
token.json
config.json

# Logs (local only, keep dir structure)
logs/*
!logs/.gitkeep

# Virtualenv
.venv/
venv/
env/

# IDE
.idea/
.vscode/
*.swp
*.swo
