migrated core_nest to mainroom
This commit is contained in:
19
.gitignore
vendored
19
.gitignore
vendored
@@ -1,4 +1,15 @@
|
||||
fails
|
||||
gen
|
||||
def
|
||||
__pycache__
|
||||
# Previous attempts and drafts
|
||||
fails/
|
||||
def/
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Generated runnable instance (symlinks + generated)
|
||||
gen/
|
||||
# But track the generated models (one-time per client)
|
||||
!gen/models/
|
||||
|
||||
Reference in New Issue
Block a user