fix(gitignore): rm pilot-env and cache

This commit is contained in:
Goon
2023-09-11 10:08:42 +07:00
parent 2c567793c5
commit 367caa1797
117 changed files with 0 additions and 5414 deletions

View File

@@ -1,8 +0,0 @@
from peewee import *
from database.models.components.progress_step import ProgressStep
class Development(ProgressStep):
class Meta:
db_table = 'development'