Skip to content

Commit e9dc654

Browse files
committed
chore: remove large build artifacts and add gitignore
1 parent a6d3035 commit e9dc654

17 files changed

Lines changed: 19 additions & 73949 deletions

.gitignore

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,20 @@
1-
# To ignore .env file while uploading
1+
# Python
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
.venv/
26
.env
7+
8+
# PyInstaller
9+
build/
10+
dist/
11+
*.spec
12+
13+
# IDEs
14+
.vs/
15+
.vscode/
16+
17+
# Project specific
18+
Student-GUI-with-SQL/GUI-App-v2/build/
19+
Student-GUI-with-SQL/GUI-App-v2/dist/
20+
Student-GUI-with-SQL/GUI-App-v2/*.spec

Student-GUI-with-SQL/GUI-App-v2/StudentManagementPro.spec

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)