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

# Virtual environments
.venv/
venv/
env/

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

# OS
.DS_Store
Thumbs.db

# Testing
.pytest_cache/
.coverage
htmlcov/

# Cache
.diskcache/

# Claude
.claude/

# Internal docs (not for public)
FineTuneCheck_PROJECT_SPEC.md

# Build artifacts
*.so
