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

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/

# Linting
.ruff_cache/

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

# Project specific
data/fonts/*.png
!data/fonts/.gitkeep

# Runtime data (never commit)
prototype/data/saves/*.json
!prototype/data/saves/.gitkeep
prototype/data/saves/*.log
prototype/data/jockeys/deceased.json
