summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 739ee1de323fce1540013d99562e9b0512a64b43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
*.pyc
*.log
*~
*.sw?


installed-files.txt
pysilfont.cfg

/build
/dist
/local
/dev
/venv

/src/silfont.egg-info
/src/silfont/__pycache__
/.pytest_cache
/tests/localufos.csv

.idea

.DS_Store