
# Beads / Dolt files (added by bd init)
.dolt/
*.db
.beads-credential-key
.beads/

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/
.venv/
venv/
env/
.env
.env.*
!.env.example
*.so
*.dylib

# Type checking / linting caches
.mypy_cache/
.ruff_cache/
.dmypy.json
dmypy.json

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

# Packaging
MANIFEST
pip-wheel-metadata/
share/python-wheels/

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

# Project-specific secrets / configs
foundry-kit.yaml
.agent-framework.json

# Spec framework
.specify/
.claude/

# Temporary files
*.tmp
*.log
*.bak
/tmp/
