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

# Virtual envs
.venv/
venv/
env/

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

# Local game data (SQLite lives in the OS data dir, but ignore stray copies)
*.db
*.db-wal
*.db-shm
typefaster.db*

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