# Jupyter notebooks (version control happens on their jupytext-synced py:percent scripts)
*.ipynb

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Testing/coverage
.pytest_cache/
.coverage
htmlcov/

# Virtual environments
venv/
env/
ENV/

# Tox
.tox/

# Build artifacts (hatch/setuptools)
*.whl
