# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.venv/

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

# Linting
.ruff_cache/

# OS
.DS_Store
Thumbs.db

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

# Secrets
.pypirc
.env

# Misc temporary
transient
