Files
rf-mapper/.gitignore
User 6a3e3e8448 feat: add distinct scanner markers on map and radar
- Scanner positions shown as magenta stars (this scanner)
- Peer scanners shown as cyan stars
- Clear visual distinction from WiFi (orange circles) and BT (blue circles)
- Radar view also shows scanner as star shape

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 04:06:21 +01:00

55 lines
523 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
.venv/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Testing
.coverage
htmlcov/
.pytest_cache/
.tox/
# Data files (keep structure but ignore large files)
data/oui.json
data/scan_*.json
data/*.db
data/profiles/
data/logs/
data/rf-mapper.log
data/rf-mapper.pid
data/rf-mapper.started
# OS
.DS_Store
Thumbs.db