# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
*.egg
.eggs/

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

# Distribution
build/
dist/
sdist/
wheels/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.hypothesis/

# Type checking
.mypy_cache/
.pyre/
.pytype/

# IDE
.idea/
.vscode/
*.swp
*.swo
opencode.json
.cursorrules
.claude/

# Environment files
.env
.env.*
!.env.example

# OS files
.DS_Store
**/.DS_Store
Thumbs.db

# Notebook metadata
.ipynb_checkpoints/

# Lint cache
.ruff_cache/

# Logs
*.log

# Project specific
debug_*.py
*.bak
_settings.json
_last_error.json
scopes.json
x_bpm/
.tmp*/
.servicenow_mcp/

# External tool artifacts
.playwright-mcp/
.sisyphus/

# Website (GitHub Pages)
website/site/
website/.cache/
