# Virtual environments
.venv/
venv/
env/

# Build / distribution
dist/
build/
*.egg-info/

# Byte-compiled / cached
__pycache__/
*.py[cod]
*.pyo

# Pytest
.pytest_cache/

# Coverage
htmlcov/
.coverage
.coverage.*

# mypy
.mypy_cache/

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