experiment/.gitignore

15 lines
150 B
Plaintext
Raw Normal View History

2024-11-14 14:14:22 +00:00
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# logs and such
output/
lightning_logs/