# Local environment and secrets
.env
.env.*
!.env.example
deploy-routeros.env

# Python virtual environments
.venv/
venv/
env/

# Python caches / tooling
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
htmlcov/

# Runtime data
/data/*
!/data/.gitkeep
/logs/*
!/logs/.gitkeep
*.db
*.db-shm
*.db-wal

# Build and deployment artifacts
/build/*
!/build/.gitkeep
*.tar
*.tar.gz
*.tgz
*.zip
*.sha256

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