# Python
**/__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg
.eggs/

# Virtual environments
.venv/
venv/
ENV/

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

# Type checking
.mypy_cache/
.pytype/

# Ruff
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Environment variables
.env
.env.local
.env.*.local

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Local development
*.log

# Generated schema files (project-specific)
.astro/

# Claude local settings
.claude/

# Skill testing runtime (Ralph Loop)
.ralph/
.ralph-history/
.ralph_test_output.txt
*.early_exit
/tmp/flow-trace.json
