Implement Excel file generation with variable injection from config.json
This commit is contained in:
12
.gitignore
vendored
12
.gitignore
vendored
@@ -21,8 +21,12 @@ Thumbs.db
|
||||
|
||||
# Log files
|
||||
logs
|
||||
*.log
|
||||
*.log
|
||||
|
||||
# Generated files
|
||||
output/
|
||||
*.xlsx
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# Output directory
|
||||
output/
|
||||
Reference in New Issue
Block a user