🎉 initial commit
This commit is contained in:
commit
1d32ebfbba
7 changed files with 184 additions and 0 deletions
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
|
@ -0,0 +1,16 @@
|
|||
# PyCharm
|
||||
.idea/
|
||||
|
||||
# Config
|
||||
config.yaml
|
||||
|
||||
# Environment
|
||||
.env
|
||||
venv/
|
||||
|
||||
# Templates
|
||||
templates/*
|
||||
!templates/example_template
|
||||
|
||||
# Logs
|
||||
marvin.log
|
Loading…
Add table
Add a link
Reference in a new issue