uv.lock

# 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/
cover/

# Translations
*.mo
*.pot

# Django
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask
instance/
.webassets-cache

# Scrapy
.scrapy

# Documentation
docs/python-api/_build/
docs/python-api/api/
docs/api/
docs/_build/
docs/source/_build/
docs/website/_private/
/site

# PyBuilder
.pybuilder/
target/

# Jupyter
.ipynb_checkpoints
profile_default/
ipython_config.py

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
.python-version

# Package managers
.pdm.toml
.pdm-python
.pdm-build/
__pypackages__/
#poetry.lock
#Pipfile.lock

# Type checkers and linters
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

# Cython
cython_debug/

# IDE specific files
.spyderproject
.spyproject
.ropeproject
#.idea/

# Quarto
/.quarto/

# Misc
.pypirc
*.sage.py
celerybeat-schedule
celerybeat.pid

