ai-web-summarizer
This commit is contained in:
33
week3/community-contributions/ai-web-summarizer/.gitignore
vendored
Normal file
33
week3/community-contributions/ai-web-summarizer/.gitignore
vendored
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.pyo
|
||||
*.pyd
|
||||
.Python
|
||||
env/
|
||||
venv/
|
||||
*.env
|
||||
*.ini
|
||||
*.log
|
||||
|
||||
# VSCode
|
||||
.vscode/
|
||||
|
||||
# IDE files
|
||||
.idea/
|
||||
|
||||
# System files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
|
||||
# Jupyter notebook checkpoints
|
||||
.ipynb_checkpoints
|
||||
|
||||
# Dependencies
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
Reference in New Issue
Block a user