SmartCane/python_app/.gitignore
DimitraVeropoulou a9840171cb Enhance logging functionality and update report generation scripts
- Improved safe_log function to include timestamps and conditional logging
- Added diagnostic messages for field visualization processing
- Updated CI map rendering parameters for consistency
- Refined raster mapping functions in report_utils for clarity
- Added .png files to .gitignore
2026-02-16 10:21:55 +01:00

47 lines
638 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
*.swp
*.png