# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
.venv*/

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Ruff
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

.env
