# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
build/
dist/
.eggs/

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

# Tooling
.mypy_cache/
.ruff_cache/
.pytest_cache/

# Editors / OS
.idea/
.vscode/
.DS_Store

# Local secrets — never commit the agent token
.env
.env.*
