# Qisutu - Open Source Ticket System
# Copyright (C) 2026 Franziska Steps
# Qisutu - Kim-KI, https://qisutu.de
#
# This file is part of Qisutu.
#
# Qisutu is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# Qisutu is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Affero General Public License for more details.
#
# You should have received a copy of the GNU Affero General Public License
# along with Qisutu. If not, see <https://www.gnu.org/licenses/>.
#
# SPDX-FileCopyrightText: 2026 Franziska Steps
# SPDX-License-Identifier: AGPL-3.0-or-later

# Runtime data
var/log/*
var/cache/*
var/tmp/*
var/secure/*
var/sessions/*
var/install/session-*.json
var/install/database-bootstrap.conf
var/install/instance.conf
var/install/installed.lock
var/install/update.lock
*.log
*.pid

# Generated installation files
scriptfiles/*-apache-runtime.conf

# Local backups
*.bak
*.orig
*~
*.swp

# Generated archives
*.zip
*.tar
*.tar.gz

# IDE and operating-system files
.idea/
.vscode/
.DS_Store
Thumbs.db
