mirror of
https://github.com/james-m-jordan/morphik-core.git
synced 2025-05-09 19:32:38 +00:00
24 lines
191 B
Plaintext
24 lines
191 B
Plaintext
# 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
|