# SPDX-FileCopyrightText: 2026 Andrew Oberstar <andrew@ajoberstar.org>
# SPDX-License-Identifier: AGPL-3.0-only

# Lisp
*.fasl
.qlot/
.bundle-libs/
build/

# Sqlite
*.db
*.db-journal
*.db-shm
*.db-wal

# IDEs
.idea/
.vscode/

# Python
__pycache__/
*.py[cod]
*.pyo
*.egg-info/
.eggs/
.venv/
venv/
ENV/
env/
.pytest_cache/

# Output
media/
