# Visual Studio Code Configuration
.vscode/

# direnv
.envrc

# 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
.installed.cfg
*.egg
MANIFEST
**/*.eggs-info/
**/*.egg-info/

# 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/
lcov.info

# Translations
*.mo
*.pot

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

# Flask stuffs
instance/
.webassets-cache

# Scrapy stuff
.scrapy

# Sphinx documentation
docs/_build/
docs/source/generated

# PyBuilder
.pybuilder
target/

# Jupyter Notebooks
.ipynb_checkpoints
*.ipynb

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# PEP-582
__pypackages__/

# Celery stuff
celerybeat-schedule
celerybeat.pid

# SageMath parsed files
*.sage.py

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

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

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

# Pyre type matcher
.pyre

# pytype static type analyzer
.pytype/

# Cython debug symbols
cython_debug/

# Spark
spark-warehouse/

.DS_Store
poetry.lock


.hatch/
.ruff_cache/
