Files
ProjectEulerPython/.gitignore
2020-07-19 15:54:00 -04:00

7 lines
82 B
Plaintext

#Visual Studio Code
.vscode
#Python cache files
__pycache__
Problems/__pycache__