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

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

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

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

# Sphinx documentation
**/docs/_build/
**/docs/**/generated/

# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# PEP 582; used by e.g. github.com/David-OConnor/pyflow
__pypackages__/

# Celery
celerybeat-schedule
celerybeat.pid

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

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

# Pyre type checker
.pyre/

# IDE stuff
*.iws
*.iml
**/.idea/
**/.idea/**
**/.vscode

# Apple stuff
.DS_Store

# artifacts
.png
.tar

# uv
uv.toml

