Files
rf-mapper/.gitignore
2026-02-01 12:03:40 +01:00

58 lines
584 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
# Local inventory (site-specific, not tracked)
INVENTORY.md