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

# Auto-generated by setuptools-scm at build time — do not commit
pytest_web/_version.py

# Poetry
poetry.lock

# Virtual envs
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# pyproject local overrides
*.local.toml
