Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
Signed-off-by: Bubbles The Dev <152947339+KernFerm@users.noreply.github.com>
  • Loading branch information
KernFerm authored Sep 3, 2024
1 parent 3378363 commit 3b09d47
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Log files
*.log

# Virtual environment
venv/
ENV/
env/
.venv/
.ENV/
env.bak/
venv.bak/

# CSV files generated by the application
*.csv

# Tkinter-specific temporary files
*.tcl
*.tk

# IDE-specific files
.vscode/
.idea/

# OS-specific files
.DS_Store
Thumbs.db

# Screenshots folder
screenshots/

# PDF files
*.pdf

# Notes file
notes.txt

0 comments on commit 3b09d47

Please sign in to comment.