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

# Virtual env
.venv/
venv/
env/
scripts/.bet365_venv/

# Data — entire dir is local runtime state, never commit
data/
!data/.gitkeep

# Secrets
config/secrets.yaml
.env
.env.production
secrets/

# Logs
logs/*.log
*.log

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db
._*

# Coverage
.coverage
htmlcov/

# Model artifacts
*.pkl
*.pickle

# Backtest outputs
data/backtest_*.txt
backtest_stderr.log
src/fademl.egg-info/

# Accidentally-tracked bulk data and local state
.claude/worktrees/
data/historical/
logs/
