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

# Python
__pycache__/
tests/__pycache__/
*.py[cod]
*.pyo
.venv/
venv/
env/

# Pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# Jupyter
.ipynb_checkpoints/

# macOS
.DS_Store

# IDE
.idea/
.vscode/
*.swp
