This website requires JavaScript.
Explore
Help
Sign in
jonny
/
matemat
Watch
1
Star
0
Fork
You've already forked matemat
0
forked from
s3lph/matemat
Code
Pull requests
Activity
14f339e630
matemat
/
.gitignore
12 lines
97 B
Text
Raw
Normal View
History
Unescape
Escape
Initial commit; database facade mostly implemented, but only partially tested
2018-05-29 21:43:38 +02:00
**/.idea/
*.iml
**/__pycache__/
*.pyc
Added coverage report and egg-info to gitignore
2018-05-29 23:59:02 +02:00
**/*.egg-info/
*.coverage
Added mypy_cache to gitignore.
2018-06-06 13:47:12 +02:00
**/.mypy_cache/
Initial commit; database facade mostly implemented, but only partially tested
2018-05-29 21:43:38 +02:00
*.sqlite3
Initial commit for webserver code. Still needs a lot of documentation, and even more, test coverage.
2018-06-12 21:45:50 +02:00
*.db
Copy permalink