-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
38 lines (33 loc) · 1.29 KB
/
Copy path.gitignore
File metadata and controls
38 lines (33 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Hey so um...
# This isn't for people to read but ya...
# I guess people like to dig into everything
# Anyways, as of when I'm writing this,
# i.e. 23rd December 2025
# This file's main purpose is to basically avoid a copyright strike
# Why you may ask?
# Well, I'm using songs and videos from YouTube to test so ya..
*.mp4
*.wav
# ^^^ These two lines are the lines that kinda protects me for now
# Here literally the next day to add the DB folder in
# Not afraid of copyright for that, just don't want a random
# sqlite3 database full of video sha256s just lying around
db/subtitled_files.db
# Wow, here again literally the next day from the last one
# Guess this joke is getting old but oh well
# Anyways, Merry Christmas I guess, tho we don't really
# Celebrate it but formalities are formalities
# Anyways I was here to add __pycache__
__pycache__
# I'm expecting to be back soon to add java related stuff too
# But for now there's no java here
# Ok ya, no java was added as the java folder itself had the
# gitignore file with everything. But I'm here to add one last folder
.vscode
# ^ this is on the 28th of December btw
# And I won't be here for a very long while after this
# Why?
# 1) I have exams and got no extra time
# 2) I have no other frameworks to add
# So yes, goodbye!
# Hope we meet again :)