# Python caches and test artifacts
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
*.egg-info/
dist/
build/

# Local environments and editor files
.venv/
venv/
.idea/
.vscode/
.cursor/
node_modules/
*.swp
.env
.env.*

# OS-generated files
.DS_Store
Thumbs.db
desktop.ini
*.log
