# Virtual environment
.venv/
venv/

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

# Testing
.pytest_cache/
.coverage
htmlcov/

# VSCode
.vscode/

# OS
.DS_Store
Thumbs.db

# Env files
.env
*.env