cognitive/.gitignore
Daniel Ari Friedman 9de628ee16 Updates
2025-02-07 11:08:50 -08:00

58 строки
537 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
config/*.local.yaml
.cache/
.pytest_cache/
coverage.xml
.coverage
# Jupyter Notebooks
.ipynb_checkpoints
*.ipynb
# Documentation
docs/_build/