init
This commit is contained in:
commit
29c7308410
17 changed files with 3755 additions and 0 deletions
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
|
||||
/dist/
|
||||
/build/
|
||||
**/*.egg-info
|
||||
**/*.pyc
|
||||
**/__pycache__/
|
||||
/.venv/
|
||||
/autom4te.cache/
|
||||
/config.log
|
||||
/config.status
|
||||
/configure~
|
||||
*.swo
|
||||
*.swp
|
||||
Loading…
Add table
Add a link
Reference in a new issue