This commit is contained in:
Xevion
2019-07-13 04:46:23 -05:00
parent 27a0fb93b7
commit ddc6119255
3 changed files with 18 additions and 1 deletions

1
.gitignore vendored
View File

@@ -3,5 +3,4 @@
!**/**/*.py
!**/**/*.json
!**/**/README.md
# *_test.py
**/**/__pycache

9
README.md Normal file
View File

@@ -0,0 +1,9 @@
# Exercism
# Purpose
This is just a repo for storing all of my Exercism exercises somewhere off-site, as well as to build up my git experience and usage.
## Sections
### [Python](./python/README.md)

9
python/README.md Normal file
View File

@@ -0,0 +1,9 @@
# Python
## Purpose
This README file is simply dedicated to tracking special comments that I have to make on specific files.
## Comments
None as of now. **13/07/2019 04:43 CST**