38 lines
308 B
Plaintext
38 lines
308 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
*.egg
|
|
dist/
|
|
build/
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Jupyter
|
|
.ipynb_checkpoints/
|
|
|
|
# Test/Coverage
|
|
.coverage
|
|
htmlcov/
|
|
.pytest_cache/
|
|
|
|
# JAX
|
|
jax_cache/
|
|
|
|
# Experiment outputs
|
|
checkpoints/
|
|
runs/
|
|
logs/
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|