# OS
.DS_Store
Thumbs.db

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
*~

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.env
.venv
env/
venv/
.python-version

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

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

tests/.env.integration
.env.integration
notebook_output/
.ipynb_checkpoints/