9c31de3c38
config into dataclass and enums new Gui that includes settings deleted GlobalVariables small fixes (import, names...)
14 lines
201 B
Plaintext
14 lines
201 B
Plaintext
# Ignore dependency folders
|
|
node_modules/
|
|
.venv/
|
|
.vscode/
|
|
__pycache__/
|
|
ml/checkpoints/
|
|
ml/tensorboard/
|
|
|
|
# Ignore environment files with private passwords/keys
|
|
.env
|
|
|
|
# Ignore OS junk
|
|
.DS_Store
|
|
Thumbs.db |