This commit is contained in:
2023-12-01 13:42:58 +01:00
parent 542b276f06
commit 6d10ae8c7e
4 changed files with 10 additions and 109 deletions

10
.gitignore vendored
View File

@ -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: