Exclude data/ and test*.py from distribution

This commit is contained in:
2019-07-19 09:39:42 +02:00
parent f8ec144719
commit 7e0d871474
4 changed files with 7 additions and 3 deletions

5
.gitignore vendored
View File

@@ -8,8 +8,9 @@ venv/
*.db
*.json
# Data folders
data/
# Data folder
davtelepot/data/*
!davtelepot/data/__init__.py
*.txt
!requirements.txt