Commit 91b2ad89 authored by Marcello Golfieri's avatar Marcello Golfieri
Browse files

Added .gitignore to mainly prevent compiled code and OS artifacts from making...

Added .gitignore to mainly prevent compiled code and OS artifacts from making it into future releases
parent 015a9def
Loading
Loading
Loading
Loading

.gitignore

0 → 100644
+14 −0
Original line number Diff line number Diff line
*.pyc
*.class

*env/
nbproject/
.vscode/

.DS_Store
.cache

*.key
*.ini
*.pem
*.crt