# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pytest_cache/
.coverage
htmlcov/
.tox/
.venv/
venv/
ENV/
env/

# Colab
.ipynb_checkpoints/
*.ipynb_checkpoints/

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

# Environment variables
.env
.env.local
*.key
*.pem
*.json
!**/notebooks/**/*.json
!**/notebooks/**/*.jsonl

# Testing
.pytest_cache/
.mypy_cache/
.dmypy.json
dmypy.json

# Jupyter
.jupyter/

# Distribution / packaging
*.whl

