# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info/

# Generated version file (hatch-vcs)
src/triagent/_version.py

# Virtual environments
.venv/
venv/
ENV/

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

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

# Type checking
.mypy_cache/

# Ruff
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Local config (DO NOT COMMIT)
.env
*.local

# Credentials (NEVER COMMIT)
credentials.json
*.pem
*.key

# Shareable skills (distribution artifact, not committed)
shareable-skills/

# Encrypted skills (build artifact, not committed)
# Note: skills.enc is now generated in build/.temp/ during packaging
# This entry is for any legacy files that might exist in source tree
src/triagent/skills/encrypted/skills.enc
