# Environment variables
.env

# Distribution / packaging
dist/
build/
*.egg-info/
.eggs/
*.egg

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtual environments
venv/
ENV/
env/
.venv

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

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb_checkpoints/

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

# MyPy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# MacOS
.DS_Store

# Logs
*.log

# Documentation
docs/_build/
site/

# nbdev
_docs/
_proc/
nbs/.last_checked