45 lines
363 B
Plaintext
45 lines
363 B
Plaintext
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
.Python
|
|
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
.env
|
|
config.env
|
|
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
.DS_Store
|
|
Thumbs.db
|
|
Desktop.ini
|
|
|
|
storage/chroma/
|
|
!storage/chroma/.gitkeep
|
|
*.log
|
|
logs/
|
|
.temporary/
|
|
*.tmp
|
|
*.temp
|
|
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
.tox/
|
|
.ruff_cache/
|
|
|
|
data/local/
|
|
data/temp/
|
|
articles_konsol_pro/
|
|
|
|
scripts/
|