first commit
This commit is contained in:
+46
@@ -0,0 +1,46 @@
|
||||
# Python cache and bytecode
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Compiled extensions
|
||||
*.so
|
||||
|
||||
# Build and packaging
|
||||
.Python
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
ENV/
|
||||
|
||||
# Tool caches
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.ipynb_checkpoints/
|
||||
|
||||
# IDE/editor
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Logs and runtime files
|
||||
*.log
|
||||
|
||||
# Training artifacts
|
||||
*.png
|
||||
*.pt
|
||||
*.pth
|
||||
*.ckpt
|
||||
|
||||
# Environment files
|
||||
.env
|
||||
Reference in New Issue
Block a user