# Byte-compiled / optimized / DLL files | |
__pycache__/ | |
*.py[cod] | |
*$py.class | |
# C extensions | |
*.so | |
# Distribution / packaging | |
.Python | |
env/ | |
venv/ | |
ENV/ | |
env.bak/ | |
venv.bak/ | |
*.egg | |
*.egg-info/ | |
dist/ | |
build/ | |
*.wheel | |
.venv/ | |
fastapi/ | |
rag/ | |
# PyInstaller | |
# Usually these files are written by a python script from a template | |
# before PyInstaller builds the exe, so as to inject date/other infos into it. | |
*.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/ | |
# Jupyter Notebook | |
.ipynb_checkpoints | |
# PyCharm | |
.idea/ | |
# VSCode | |
.vscode/ | |
*.code-workspace | |
# MyPy | |
.mypy_cache/ | |
# Pyre | |
.pyre/ | |
# Pytype | |
.pytype/ | |
# Celery beat schedule file | |
celerybeat-schedule | |
# Django stuff: | |
*.log | |
local_settings.py | |
db.sqlite3 | |
db.sqlite3-journal | |
# Flask stuff: | |
instance/ | |
.webassets-cache | |
# Scrapy stuff: | |
.scrapy | |
# Sphinx documentation | |
docs/_build/ | |
# PyBuilder | |
target/ | |
# dotenv | |
.env | |
*.env | |
# IDEs and editors | |
*.swp | |
*~ | |
.vimrc | |
.history | |
.idea/ | |
*.sublime-project | |
*.sublime-workspace | |
# macOS | |
.DS_Store | |
# Windows | |
Thumbs.db | |
desktop.ini | |
# Logs | |
*.log | |
*.out | |
*.err | |