# AI tool configurations
.claude/
.codex/
AGENTS.md
CLAUDE.md

# Documentation (generated/managed separately)
docs/

# OS files
.DS_Store
Thumbs.db
Desktop.ini

# Python
src/orchcore/_version.py
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
.eggs/
*.whl
.venv/
venv/
env/
.env
.env.*
!.env.example

# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*~
.project
.settings/
.classpath

# Node (if applicable)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Testing / Coverage
.coverage
.coverage.*
htmlcov/
.hypothesis/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Logs
*.log
logs/

# Secrets / Credentials
*.pem
*.key
credentials.json
secrets.yaml
secrets.yml
