# Build artifacts
spec*/
plans/
AGENTS.md
constitution.md
target/
build/
dist/
*.egg-info/
*.so
*.dylib
*.dll
*.pyd
.governor/
wheels/

# Python
__pycache__/
*.py[cod]
*$py.class
.Python
*.egg
.pytest_cache/
.coverage
htmlcov/
.tox/
.hypothesis/
*.cover
.cache
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/

# Rust
Cargo.lock
**/*.rs.bk
*.pdb

# Environment
.devcontainer
.env
.roo
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
scratch

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

# Test outputs
*.log
test-results/
junit.xml

# Documentation
documentation/
docs/_build/
site/

# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db