# 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 Environment
.venv/
venv/
env/
ENV/

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

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

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Linting
.ruff_cache/

# Project specific
*.db
*.sqlite
*.sqlite3
snapshots/

# AI cache
.sqlseed_cache/

# macOS
.DS_Store

# Trae IDE
.trae/

# Build artifacts
*.whl
*.tar.gz

# Local git worktrees
.worktrees/

# IDE - SonarLint
.sonarlint/
