Initialize repo
This commit is contained in:
parent
b2d2cbd297
commit
3121d0ca58
2 changed files with 8 additions and 0 deletions
6
.gitignore
vendored
Normal file
6
.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
*.pyc
|
||||||
|
*.swp
|
||||||
|
*.swo
|
||||||
|
*~
|
||||||
|
*#
|
||||||
|
venv
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
ruamel.yaml
|
||||||
|
Jinja2
|
Loading…
Reference in a new issue