summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore24
1 files changed, 24 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..afa6363
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,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