lol
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,3 +1,6 @@
|
||||
# Trying to not leak credentials
|
||||
kattis.py
|
||||
|
||||
# ---> Python
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
@ -83,6 +86,13 @@ target/
|
||||
profile_default/
|
||||
ipython_config.py
|
||||
|
||||
|
||||
# VSCode
|
||||
.vscode/
|
||||
|
||||
# Env
|
||||
.env/
|
||||
|
||||
# pyenv
|
||||
# For a library or package, you might want to ignore these files since the code is
|
||||
# intended to run in multiple environments; otherwise, check them in:
|
||||
|
Reference in New Issue
Block a user