updated .gitignore and added readme to scripts folder

This commit is contained in:
argoneus 2020-02-15 20:16:16 +01:00 committed by Gitea
parent 4046e757ef
commit 70321bcbf2
2 changed files with 32 additions and 0 deletions

3
.gitignore vendored
View file

@ -3,3 +3,6 @@ __pycache__/
*$py.class
*.swp
virtualenv/
scripts/*
!scripts/readme.txt
.idea/