summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: afa636333a3755fcecbea7595fd924db8c2c0aba (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

/lib/pysilfont.egg-info
/pysilfont.egg-info
/setuptools-*
/.pytest_cache
/tests/localufos.csv

.idea

.DS_Store