# SPDX-FileCopyrightText: 2026 Andrew Grimberg <tykeal@bardicgrove.org>
#
# SPDX-License-Identifier: Apache-2.0

__pycache__/
pythonenv*
.python-version
.coverage
coverage.xml
venv
.venv

# Generated files that can be recreated
addon/coverage.xml
captive_portal.egg-info/*

# Database files
*.db
*.db-shm
*.db-wal
*.db-journal
*.sqlite
*.sqlite3
data/*.db
data/*.db-shm
data/*.db-wal
data/*.db-journal

# Secrets
data/.encryption_key

# Environment files
.env

# Build artifacts
dist/
*.egg-info/
.mypy_cache/
.pytest_cache/
.ruff_cache/
htmlcov/

# Documentation build
docs/_build/
