# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/

# Environments
.venv/
uv.lock
.python-version
.env

# Testing
.pytest_cache/
.coverage
.mypy_cache/
.pypirc*

# IDE
.idea/
.vscode/

# OS
.DS_Store

# Editor swap/temp
*.swp
*.swo
*.bak
*.tmp
*.log

# Claude
.claude/

# profine
.profine/
.profine_tmp/
.profine_optimized_*.py
profine_output*/
quickstart_out/
dist/

# profine-output _debug dumps (per-run, not for the repo)
examples/**/profine_output/_debug/
examples/**/run.log
