.history/

# OS / Editor
.DS_Store
Thumbs.db
Desktop.ini
.vscode/
.idea/

# Logs
*.log

# Root config files
/*.json

# Environment / local config
.env
.env.*

# Python bytecode and caches
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.pyc.*
*.py,cover
.python-version

# Python virtual environments
.venv/
venv/
env/
ENV/

# Python tooling caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.pyre/
.hypothesis/
.tox/
.nox/

# Coverage / test outputs
.coverage
.coverage.*
htmlcov/

# Build and packaging artifacts
build/
dist/
site/
*.egg-info/
.eggs/
pip-wheel-metadata/

# Jupyter
.ipynb_checkpoints/

output/