mirror of
https://github.com/james-m-jordan/morphik-core.git
synced 2025-05-09 19:32:38 +00:00
41 lines
1.4 KiB
Plaintext
41 lines
1.4 KiB
Plaintext
# flyctl launch added from .gitignore
|
|
# Python-related files
|
|
**/*__pycache__
|
|
**/*.pyc
|
|
**/*.pyo
|
|
**/*.pyd
|
|
**/.Python
|
|
**/env
|
|
**/.env
|
|
**/venv/*
|
|
**/ENV
|
|
**/dist
|
|
**/build
|
|
**/*.egg-info
|
|
**/.eggs
|
|
**/*.egg
|
|
**/*.pytest_cache
|
|
|
|
|
|
# Virtual environment
|
|
**/.venv
|
|
**/.vscode
|
|
|
|
**/*.DS_Store
|
|
|
|
# flyctl launch added from .pytest_cache/.gitignore
|
|
# Created by pytest automatically.
|
|
.pytest_cache/**/*
|
|
|
|
# flyctl launch added from .venv/lib/python3.12/site-packages/debugpy/_vendored/pydevd/_pydevd_frame_eval/.gitignore
|
|
.venv/lib/python3.12/site-packages/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.*.so
|
|
.venv/lib/python3.12/site-packages/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.*.pyd
|
|
.venv/lib/python3.12/site-packages/debugpy/_vendored/pydevd/_pydevd_frame_eval/pydevd_frame_evaluator.pyx
|
|
|
|
# flyctl launch added from .venv/lib/python3.12/site-packages/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/.gitignore
|
|
.venv/lib/python3.12/site-packages/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/attach_x86.dylib
|
|
.venv/lib/python3.12/site-packages/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/attach_x86_64.dylib
|
|
.venv/lib/python3.12/site-packages/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/attach_linux_x86.o
|
|
.venv/lib/python3.12/site-packages/debugpy/_vendored/pydevd/pydevd_attach_to_process/linux_and_mac/attach_linux_x86_64.o
|
|
fly.toml
|