# Virtual environments
.venv/
venv/
env/

# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
*.egg

# Build artifacts
dist/
build/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# PyInstaller
*.manifest
*.spec.bak

# Kiro
.kiro/

# IDE
.cursor/
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db
