Add some setup related stuff.

This commit is contained in:
Ege Emir Özkan
2020-08-03 03:33:01 +03:00
parent 0afc795e71
commit a6f5be4f0f
2 changed files with 25 additions and 0 deletions

3
.gitignore vendored
View File

@@ -2,3 +2,6 @@
src/__pycache__/*
*.pyc
src/*.db
build/*
datalite.egg-info/*
dist/*