зеркало из
https://github.com/docxology/cognitive.git
synced 2025-10-29 20:26:04 +02:00
62 строки
566 B
Plaintext
62 строки
566 B
Plaintext
# 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/
|
|
ENV/
|
|
.env
|
|
|
|
# IDEs and Editors
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS Generated Files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Project Specific
|
|
*.log
|
|
logs/
|
|
output/
|
|
results/
|
|
data/
|
|
config/*.local.yaml
|
|
.cache/
|
|
.pytest_cache/
|
|
coverage.xml
|
|
.coverage
|
|
|
|
# Jupyter Notebooks
|
|
.ipynb_checkpoints
|
|
*.ipynb
|
|
|
|
# Documentation
|
|
docs/_build/ |