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

# Python
.venv/
__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
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# 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