# 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

# Virtual Environment
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.uv/

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

# Testing
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
htmlcov/

# Jupyter Notebook
.ipynb_checkpoints
*.ipynb

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Ruff
.ruff_cache/
.ruff.toml

# isort
.isort.cfg

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

# pytype
.pytype/

# Cython debug symbols
cython_debug/

# Logs
*.log
logs/
log/

# Local development settings
.env
.env.local
.env.*.local

# Documentation
docs/_build/
site/

# Temporary files
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders

# VS Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# PyCharm
.idea/
*.iml
*.iws
*.ipr
.idea_modules/

# Poetry
poetry.lock

# uv
.uv/
.uv-venv/

# Ruff
.ruff_cache/
.ruff.toml

# isort
.isort.cfg
.isort.cfg.bak

# black
.black.cache

# pytest
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Sphinx
docs/_build/
docs/_static/
docs/_templates/

# Jupyter
.ipynb_checkpoints
*/.ipynb_checkpoints/*

# pyenv
.python-version

# pipenv
Pipfile.lock

# pip
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
htmlcov/

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.uv/

# mkdocs documentation
/site

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

# pyre
.pyre/

# pytype
.pytype/

# Cython debug symbols
cython_debug/

# VS Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

# PyCharm
.idea/
*.iml
*.iws
*.ipr
.idea_modules/

# Poetry
poetry.lock

# uv
.uv/
.uv-venv/

# Ruff
.ruff_cache/
.ruff.toml

# isort
.isort.cfg
.isort.cfg.bak

# black
.black.cache

# pytest
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# Sphinx
docs/_build/
docs/_static/
docs/_templates/

# Jupyter
.ipynb_checkpoints
*/.ipynb_checkpoints/*

# pyenv
.python-version

# pipenv
Pipfile.lock

# pip
pip-log.txt
pip-delete-this-directory.txt
