Skip to content

Commit fe4066e

Browse files
chore(api,worker): add Python .gitignore files
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
1 parent c753a30 commit fe4066e

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

apps/api/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Python
2+
__pycache__/
3+
*.pyc
4+
.venv/
5+
venv/
6+
.env
7+
.mypy_cache/
8+
.pytest_cache/

apps/worker/.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Python
2+
__pycache__/
3+
*.pyc
4+
.venv/
5+
venv/
6+
.env
7+
.mypy_cache/
8+
.pytest_cache/

0 commit comments

Comments
 (0)