Add .env sample and add pycache folders to gitignore

This commit is contained in:
Keannu Bernasol 2023-12-05 00:27:42 +08:00
parent a5952f64d6
commit ffdfb7fcd1

2
.gitignore vendored
View file

@ -167,3 +167,5 @@ cython_debug/
# and can be added to the global gitignore or merged into this file. For a more nuclear
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
**/__pycache__/