- Changed report date in CI report for cane supply to "2026-02-04". - Updated output file naming convention for agronomic support report to reflect new report date. - Enhanced map creation functions to allow customizable legend positions and improved layout settings. - Adjusted widths for map arrangements to ensure better visual representation. - Fixed minor issues in ggplot aesthetics for clearer legend positioning and improved readability. - Corrected field size unit from hectares to acres in KPI summary generation.
46 lines
632 B
Plaintext
46 lines
632 B
Plaintext
# .gitignore
|
|
|
|
# Ignore the virtual environment directory
|
|
myenv/
|
|
|
|
# Byte-compiled / optimized files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Ignore all .pyc files in any directory
|
|
**/*.pyc
|
|
|
|
# Ignore pip wheel metadata
|
|
pip-wheel-metadata/
|
|
|
|
# Ignore the `dist/` directory used for package distributions
|
|
dist/
|
|
|
|
# Ignore Python egg metadata, regenerated from source files by setuptools
|
|
*.egg-info/
|
|
*.egg-info/*
|
|
*.egg/
|
|
|
|
# Ignore Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# Ignore VSCode directory
|
|
.vscode/
|
|
|
|
# Ignore JetBrains IDEs directory
|
|
.idea/
|
|
|
|
# Ignore MacOS directory
|
|
.DS_Store
|
|
|
|
# Ignore other unwanted file
|
|
*.log
|
|
*.bak
|
|
*.swp
|
|
*.swo
|
|
|
|
*.png
|
|
|
|
|