FiWiManager/.gitignore

45 lines
600 B
Plaintext

# --- Python ---
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/
.venv/
venv/
env/
# Test / type / coverage
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
# --- Fi-Wi local install (next to fiwi.py) ---
# Operator maps; INI profiles live in config/ (see config/default.ini). SSH dotenv: remote_ssh.env.example
fiber_map.json
fiber_map.json.bak*
*.json.bak*
panel_map.json
remote_ssh.env
remote_ssh.env~
.fiwi_remote
# --- Editor / OS ---
*~
*.swp
*.swo
.DS_Store
Thumbs.db
# --- Project-specific ---
arc.txt