Blame view

.gitignore 316 Bytes
cc91e4c0   Miguel Barão   Squashed commit o...
1
2
3
__pycache__/
.DS_Store
demo/ans
93b7f433   Miguel Barão   - implemented the...
4
demo/students.db
5dbac007   Miguel Barão   - updated .gitignore
5

d2d98e81   Miguel Barão   updated .gitignore
6
7
# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
4b703498   Miguel Barão   Major reorganizat...
8
9
10
/*.eggnode_modules

# ignore javascript libraries installed with npm
5e2c5e62   Miguel Barão   add package.json ...
11
12
13
node_modules/
package-lock.json

286e40cd   Miguel Barão   fix error where q...
14
# ignore documentation until it is actually written
ba4c0644   Miguel Barão   - update .gitignore
15
doc/
286e40cd   Miguel Barão   fix error where q...
16
17

# ignore mypy
5fcc781e   Miguel Barão   add mypy.ini
18
.mypy_cache/
fda752eb   Miguel Barão   - fix show versio...

c023ddcc   Miguel Barão   update .gitignore