Refactor: Implement Arara OARMP architecture and dynamic editors
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
# Outputs and Databases
|
||||
outputs/schedules/*.db
|
||||
outputs/schedules/*.csv
|
||||
outputs/schedules/*.txt
|
||||
outputs/exports/
|
||||
|
||||
# Old local databases (just in case)
|
||||
demands.db
|
||||
optimized_cost.txt
|
||||
resultado_otimizacao_alocacoes*.csv
|
||||
Reference in New Issue
Block a user