mirror of
https://github.com/james-m-jordan/morphik-core.git
synced 2025-05-09 19:32:38 +00:00
43 lines
480 B
Plaintext
43 lines
480 B
Plaintext
# Python-related files
|
|
*__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
.env
|
|
venv/*
|
|
ENV/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
.eggs/
|
|
*.egg
|
|
*.pytest_cache/
|
|
|
|
core/tests/output
|
|
core/tests/assets
|
|
|
|
# Virtual environment
|
|
.venv/
|
|
.vscode/
|
|
|
|
*.DS_Store
|
|
|
|
storage/*
|
|
logs/*
|
|
samples/*
|
|
aggregated_code.txt
|
|
|
|
offload/*
|
|
test.pdf
|
|
|
|
experiments/*
|
|
ee/ui-component/package-lock.json/*
|
|
ee/ui-component/node-modules/*
|
|
ee/ui-component/.next
|
|
|
|
|
|
ui-component/notebook-storage/notebooks.json
|
|
ee/ui-component/package-lock.json
|