# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

# Auto-generated version file (hatch-vcs)
src/fastbreak/_version.py

# Testing and coverage
.coverage
htmlcov/
.pytest_cache/
.hypothesis/

# Type checking and linting caches
.mypy_cache/
.ruff_cache/

# macOS
.DS_Store

# IDE
.vscode/
.idea/

# Environment variables
.env
.env.*

# Serena memories (optional: remove if you want to share project context)
.serena/

# Claude
.claude/

# Complexipy
.complexipy_cache/
