# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
ENV/
env.bak/
venv.bak/
.env
.env.*

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

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

# UV
uv.lock
.venv/

# Ruff
.ruff_cache/

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Rust build artifacts
rust/**/target/
packages/**/target/

# Local deploy keys
proboscis_doeff_deploy
proboscis_doeff_deploy.pub

# Worktrees and orchestration
.git-worktrees/
.orch/
.sisyphus/
VAULT

# Override global gitignore for examples
!examples/
ORCH_PROMPT.md
.worktrees/

# Local workspace artifacts
python/
