cognitive/.gitignore
Daniel Ari Friedman 008da68fc6 Updates
2025-02-07 08:50:53 -08:00

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/