Blame view

.gitignore 439 Bytes
cc91e4c0   Miguel Barão   Squashed commit o...
1
2
3
# ignore virtual environment
.venv

93b7f433   Miguel Barão   - implemented the...
4
__pycache__/
5dbac007   Miguel Barão   - updated .gitignore
5
.DS_Store
d2d98e81   Miguel Barão   updated .gitignore
6
7
demo/ans
demo/students.db
4b703498   Miguel Barão   Major reorganizat...
8
9
10

# Python egg metadata, regenerated from source files by setuptools.
/*.egg-info
5e2c5e62   Miguel Barão   add package.json ...
11
12
13
/*.eggnode_modules

# ignore javascript libraries installed with npm
286e40cd   Miguel Barão   fix error where q...
14
node_modules/
ba4c0644   Miguel Barão   - update .gitignore
15
package-lock.json
286e40cd   Miguel Barão   fix error where q...
16
17

# ignore documentation until it is actually written
5fcc781e   Miguel Barão   add mypy.ini
18
19
20
doc/

# ignore mypy
fda752eb   Miguel Barão   - fix show versio...
21
22
23
.mypy_cache/

build/
c023ddcc   Miguel Barão   update .gitignore
24
25
26
27

# files from sublime and other editors
*.sublime-workspace
*.sublime-project