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

uv.lock

# Distribution / packaging
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Virtual environments
.venv/
venv/
ENV/
env/
.uv/

# Testing
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.tox/
.nox/
coverage.xml
*.cover
.hypothesis/
.ruff_cache/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

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

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
*.lnk

# Environments
.env
.env.local
.env.*.local
*.env

# Jupyter
.ipynb_checkpoints
*.ipynb

# Documentation builds
docs/_build/
site/

# Logs
*.log
logs/

# Claude Code
.claude/
prompt_flow_doc.md