Added .gitignore, removed some comments

This commit is contained in:
Kaushik Narayan R
2022-05-15 00:22:47 +05:30
committed by GitHub
parent 44717b8f3e
commit bb30abcc61
7 changed files with 20 additions and 107 deletions

19
.gitignore vendored Normal file
View File

@@ -0,0 +1,19 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# Log files
*.log