23 lines
211 B
Plaintext
23 lines
211 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
.venv/
|
|
venv/
|
|
*.egg-info/
|
|
|
|
# Env / secrets
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Caches
|
|
.fastembed_cache/
|
|
.ruff_cache/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
|
|
# Editor / OS
|
|
*.json.bak
|
|
*.swp
|
|
.DS_Store
|