Newer
Older
SensorReadings / .gitignore
@fabre fabre on 28 Jan 187 bytes INIT
# Python
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
.venv/
venv/
ENV/

# Packaging / build
build/
dist/
*.egg-info/

# Editors / OS
.DS_Store
.vscode/
.idea/

# Logs
*.log