Files
HAMeter/.gitignore
2026-03-06 12:25:27 -05:00

34 lines
302 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
# Virtual environment
.venv/
# Testing
.pytest_cache/
.coverage
htmlcov/
# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Application runtime
*.log
/.claude
SDR_Meter_Reading_Project.docx