Add initial concept.
This commit is contained in:
commit
015b4da5e9
3 changed files with 138 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
# Temporary editor files
|
||||
*#*
|
||||
*~
|
||||
*.swp
|
||||
|
||||
# Python temporary files
|
||||
__pycache__
|
||||
*.pyc
|
||||
|
||||
# Cache files
|
||||
cache/
|
||||
|
||||
# Build files
|
||||
dist/
|
||||
*.egg-info/
|
||||
|
||||
# Directories for testing
|
||||
test_ma
|
Loading…
Add table
Add a link
Reference in a new issue