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

# Virtual environments
.venv

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

# Plans
docs/plans/

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

# 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/
CLAUDE.md
memory/

# Complexipy
.complexipy_cache/

# Static analysis skill outputs (CodeQL + Semgrep)
static_analysis_*/
codeql_*.db/
semgrep-results-*/
*.sarif
