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

# Virtual environments
venv/
.venv/
env/

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

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

# Type checking
.mypy_cache/

# Environment & secrets
.env
.env.local
.env.*.local

# QuickBooks tokens (NEVER commit these)
tokens.json
*.tokens
.quickbooks-mcp/

# OS
.DS_Store
Thumbs.db
desktop.ini

# Ruff
.ruff_cache/
