Add .gitignore file and include necessary files for repository

main
lasseedfast 1 year ago
parent e0d604961f
commit 474ab5869c
  1. 7
      .gitignore

7
.gitignore vendored

@ -0,0 +1,7 @@
# .gitignore
*
!env_manager.py
!README.md
!setup.py
!.gitignore
!__init__.py
Loading…
Cancel
Save