mirror of
https://github.com/Steffo99/bbbdl.git
synced 2025-02-16 14:13:58 +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…
Add table
Reference in a new issue