LegalLens-API / .gitignore
negi2725's picture
Initial commit
8c0e2f2
raw
history blame contribute delete
366 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual Environment
venv/
ENV/
# Environment variables
.env
# IDE
.idea/
.vscode/
*.swp
*.swo
# Project specific
models/
faiss_indexes/
*.index
*.pkl
*.idx
*.faiss
attached_assets/