[gitignore]: Ignore Jupyter-related files

This commit is contained in:
2024-09-29 07:07:07 +01:00
parent 8ba73edad0
commit 6f8e3f43e5

13
.gitignore vendored
View File

@ -304,3 +304,16 @@ year3/semester1/CT3534: Professional Experience
# byte code files
*.class
# Jupyter Notebook Checkpoints
.ipynb_checkpoints/
# Python cache files
__pycache__/
*.py[cod]
# Virtual environment
venv/
env/
ENV/
*.env