# Python bytecode
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Virtual environments
.venv/
.env/

# Distribution / packaging
dist/
build/
*.egg-info/

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.dmypy.json
.cache/

# Ruff / lint cache
.ruff_cache/

# Editor settings
.vscode/
.idea/
*.swp

# System files
.DS_Store
Thumbs.db

# Logs
*.log

# uv (virtualenv managed by uv is inside .venv, so already covered)
