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

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

# PyInstaller
*.manifest
*.spec

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

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

# Translations
*.mo
*.pot

# Sphinx documentation
docs/_build/

# PyBuilder
.pybuilder/
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv / pipenv / poetry / pdm
.python-version
Pipfile.lock
poetry.lock
.pdm.toml
.pdm-python
.pdm-build/

# UV
uv.lock

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

# mypy / ruff / pyre / pyright
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/
.pyre/
.pytype/
.pyright/

# Cython debug symbols
cython_debug/

# IDEs / editors
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
Thumbs.db

# OS
desktop.ini

# Local notes / scratch
*.local
.scratch/
