fcwtool: erweitere .gitignore für setuptools

This commit is contained in:
Christopher Spinrath 2019-08-02 17:31:52 +02:00
parent f1d5d3e9fa
commit f7d85bda85
1 changed files with 2 additions and 0 deletions

2
fcwtool/.gitignore vendored
View File

@ -1,2 +1,4 @@
*.egg-info
*.pyc *.pyc
tests/ tests/
dist/