This website works better with JavaScript
Home
Explore
Help
Register
Sign In
puzzles
/
instant-bom
Watch
2
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
added dotenv
n2749
2 weeks ago
parent
0d347aaeac
commit
7d54df3de9
1 changed files
with
7 additions
and
0 deletions
Split View
Show Diff Stats
7
0
.gitignore
+ 7
- 0
.gitignore
View File
@@ -0,0 +1,7 @@
+.env
+__pycache__/
+*.py[cod]
+.venv/
+*.egg-info/
+dist/
+build/