21 lines
185 B
Plaintext
21 lines
185 B
Plaintext
.env
|
|
.venv/
|
|
venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
.ipynb_checkpoints/
|
|
.vscode/
|
|
.idea/
|
|
*.log
|
|
*.swp
|
|
*.swo
|
|
build/
|
|
dist/
|
|
tmp/
|
|
outputs/
|
|
references/
|
|
.DS_Store
|