# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environments
.venv/
venv/
env/

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

# Environment variables
.env
.env.*

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

# mypy
.mypy_cache/

# OS files
.DS_Store
Thumbs.db
