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

# C extensions
*.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/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# Pipenv
Pipfile.lock

# Hatch / virtual envs
.venv/
.hatch/

# PDM
.pdm.toml
.pdm-python
.pdm/

# poetry
poetry.lock

# mkdocs
site/

# VS Code
.vscode/

# Mac
.DS_Store

# Hatch env cache
*.hatch_env_cache
.cursor/
uv.lock

# Pytest
.pytest_cache/

# Coverage
coverage.xml

# Ruff
.ruff_cache/

# Mypy
.mypy_cache/