mirror of
https://github.com/Steffo99/bbbdl.git
synced 2024-11-21 23:34:19 +00:00
✏️ Add some python ignores
This commit is contained in:
parent
18b857f564
commit
4880902cc3
1 changed files with 10 additions and 1 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,2 +1,11 @@
|
||||||
|
# Aulavirtuale-dl ignores
|
||||||
|
VideoLezioni/
|
||||||
|
|
||||||
*.mp4
|
# Python ignores
|
||||||
|
**/__pycache__/
|
||||||
|
dist/
|
||||||
|
*.egg-info/
|
||||||
|
**/*.pyc
|
||||||
|
|
||||||
|
# PyCharm ignores
|
||||||
|
.idea/
|
||||||
|
|
Loading…
Reference in a new issue