Skip to content
Snippets Groups Projects
Commit a3ebf064 authored by muoimeo's avatar muoimeo
Browse files

Optimize .gitignore: 1. Consolidate rules into root .gitignore 2. Remove...

Optimize .gitignore: 1. Consolidate rules into root .gitignore 2. Remove redundant .gitignore from lab9 3. Add more specific ignore rules
parent 8c2582ef
No related branches found
No related tags found
No related merge requests found
......@@ -3,9 +3,18 @@ __pycache__/
*.py[cod]
*$py.class
# Jupyter Notebook
.ipynb_checkpoints
# Database
*.db
*.sqlite
*.sqlite3
# IDE
.vscode/
.idea/
*.swp
# Environment
venv/
......@@ -18,3 +27,14 @@ env/
# System files
.DS_Store
Thumbs.db
# Project specific
lab9/Code Examples/
sqlalchemy_db.db
example.db
myDB.db
# Temporary files
*.tmp
*~
*.bak
\ No newline at end of file
"lab 9/Code Examples/"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment