studio / .gitignore
Ava2lon's picture
Upload 45 files
af78cff verified
Raw
History Blame Contribute Delete
272 Bytes
__pycache__/
*.py[cod]
.pytest_cache/
.coverage
htmlcov/
.env
.env.*
!.env.example
.venv/
venv/
temp/*
!temp/.gitkeep
exports/*
!exports/.gitkeep
jobs/*
!jobs/.gitkeep
storage/*
!storage/.gitkeep
ingestion/cookies/*
!ingestion/cookies/.gitkeep
*.db
*.sqlite
*.sqlite3