# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

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

# Virtual environments
venv/
env/
ENV/
.venv/
.pipenv/
.poetry/

# PyInstaller
*.spec

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
test-results/

# Jupyter Notebook checkpoints
.ipynb_checkpoints

# Pyre type checker
.pyre/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/*
.ruff_cache

# Pytest
.pytest_cache/

# VS Code
.vscode/

# JetBrains IDEs
.idea/

# macOS
.DS_Store

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Logs
*.log

# Local config
*.env
*.ini
*.cfg
.env

# Optional: ignore compiled wheels
*.whl

# Optional: ignore pip logs
pip-log.txt

# Optional: ignore profiling data
.prof

# Optional: ignore SQLite databases
*.sqlite3

# Optional: ignore temporary files
*.tmp
*.bak
*.swp

**scratch**

# Sphinx documentation build
docs/_build/

notebooks2
notebooks