Files
2026-04-02 02:24:35 +00:00

47 lines
442 B
Plaintext

# 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