# macOS
.DS_Store
.AppleDouble
.LSOverride
._*

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Python tooling / caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# Jupyter
.ipynb_checkpoints/

# Secrets / credentials (do not commit)
*.pem
*.key
credentials.json
service-account*.json
*-key.json
.env.*
!.env.example

# Logs and temp files
*.log
*.tmp
*.bak
tmp/

# Node (for any JS-based skill tooling)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Editors / IDEs
.idea/
.vscode/
*.swp
*.swo
*~

# Agent / skill local artifacts
.agents/cache/
