Added .gitignore file Added python server example as used in the "Basically Gambling" challenge Imported automatic chellange checks and ansicolor helper class
7 lines
72 B
Plaintext
7 lines
72 B
Plaintext
#Ignore virtualenv
|
|
venv/
|
|
|
|
#Ignore editor specific files
|
|
.vimrc
|
|
.vscode/
|