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

# Virtual environments
.venv/
venv/

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

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

# Environment
.env

# OS
Thumbs.db
.DS_Store
