This website works better with JavaScript.
Home
Explore
Help
Sign In
paras
/
Workx_backend
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
1
Releases
0
Wiki
Activity
Browse Source
added gitignore
sprint-4
paras singhal
2 years ago
parent
dc11c1ae44
commit
1aaf6a33b4
1 changed files
with
8 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
.gitignore
+ 8
- 0
.gitignore
View File
@@ -0,0 +1,8 @@
# Ignore virtual environment
venv/
# Ignore compiled Python bytecode
__pycache__/
# Ignore macOS .DS_Store files
.DS_Store