# Real user config — NEVER commit (may contain private dates/costs)
config.toml
/config.toml
.config/

# Secrets (API tokens) — NEVER commit
secrets.toml
/secrets.toml

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

# Tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

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