# Virtual environments
.venv/
venv/
env/

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

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/

# Misc
*.log
