# Build artifacts (see: https://packaging.python.org/en/latest/overview/)
dist/
build/
*.egg-info/
*.egg

# Virtual environments
.venv/
venv/
env/

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

# Testing / coverage
.pytest_cache/
.coverage
htmlcov/

# mypy
.mypy_cache/
