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

# C extensions
*.so

# macOS
.DS_Store

# 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
htmlcov/
.tox/
.nox/
.coverage
.coverage.
.cache
nosetests.xml
coverage.xml
*.cover
.py,cover
.hypothesis/
.pytest_cache/

# Type checkers
.mypy_cache/
.pyre/
.pytype/

# Jupyter Notebook
.ipynb_checkpoints

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

# IDEs / editors
.vscode/
.idea/
*.swp
*.swo
*~

# Documentation
docs/_build/

# mkdocs
/site

# PyCharm
.idea/

# Ruff / linters
.ruff_cache/

# Poetry
poetry.lock

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

# UV
.uv/

# Local config
*.local
