# Virtual environments
.venv/
venv/
env/

# Python build artifacts
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
build/
dist/
wheels/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.tox/

# Editor / OS
*.swp
.DS_Store
.idea/
.vscode/

# Sessions
session
