Compare commits
10 Commits
e78d252cf3
...
v0.4.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b6a6eed21e | ||
|
|
392c2579ee | ||
|
|
0a08a8244d | ||
|
|
3e13edfa55 | ||
|
|
01aa89f94d | ||
|
|
e5d7d58c2f | ||
|
|
b527ad95f6 | ||
|
|
8951d212b2 | ||
|
|
a60a3072bd | ||
|
|
9a9e83c103 |
@@ -1,41 +1,19 @@
|
|||||||
# Python cache / compiled
|
|
||||||
__pycache__
|
__pycache__
|
||||||
*.pyc
|
*.pyc
|
||||||
*.pyo
|
*.pyo
|
||||||
*.pyd
|
*.pyd
|
||||||
.Python
|
.Python
|
||||||
|
|
||||||
# Build artifacts
|
|
||||||
*.so
|
*.so
|
||||||
*.egg
|
*.egg
|
||||||
*.egg-info
|
*.egg-info
|
||||||
dist
|
dist
|
||||||
build
|
build
|
||||||
|
|
||||||
# VCS
|
|
||||||
.git
|
.git
|
||||||
.gitignore
|
.gitignore
|
||||||
|
|
||||||
# Databases (must live in volumes)
|
|
||||||
*.db
|
*.db
|
||||||
*.db-journal
|
*.db-journal
|
||||||
|
|
||||||
# Environment / virtualenv
|
|
||||||
.env
|
.env
|
||||||
.venv
|
.venv
|
||||||
venv/
|
venv/
|
||||||
ENV/
|
ENV/
|
||||||
|
|
||||||
# Runtime data (mounted volumes)
|
|
||||||
data/
|
data/
|
||||||
|
|
||||||
# Editors / OS junk
|
|
||||||
.vscode/
|
|
||||||
.idea/
|
|
||||||
.DS_Store
|
|
||||||
Thumbs.db
|
|
||||||
.claude
|
|
||||||
sfm.code-workspace
|
|
||||||
|
|
||||||
# Tests (optional)
|
|
||||||
tests/
|
|
||||||
|
|||||||
Reference in New Issue
Block a user