# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# Environment
.env

# Kiro (agent tooling — never publish)
.kiro/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Linting
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Token cache (contains secrets)
# The actual tokens.json is at ~/.accelo-mcp/tokens.json, not in repo
