mirror of
https://github.com/20kaushik02/TCP-RL.git
synced 2026-01-25 07:04:06 +00:00
Added .gitignore, removed some comments
This commit is contained in:
committed by
GitHub
parent
44717b8f3e
commit
bb30abcc61
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user