ReNunney/.gitignore

28 lines
270 B
Plaintext

.DS_Store
__pycache__/
.pytest_cache/
*.pyc
*.pyo
*.pyd
.Python
.venv/
venv/
build/
dist/
*.egg-info/
target/
runs/state/*
!runs/state/.gitkeep
runs/results/*
!runs/results/.gitkeep
runs/scratch/*
!runs/scratch/.gitkeep
*.sqlite
*.sqlite3
*.log
*.tmp
*.swp
Cargo.lock