Files
smart-farm/.gitignore
T
2025-07-25 20:14:02 +01:00

64 lines
582 B
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# PyCharm
.idea/
# VS Code
.vscode/
# Data and outputs
data/
outputs/
# OS files
.DS_Store
# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
*.egg-info/
.pytest_cache/
# Data
data/processed/
data/raw/images/
data/*.csv
data/*.json
# Outputs
outputs/
# Logs
*.log