# SPDX-FileCopyrightText: © 2024 Back In Time Team
#
# SPDX-License-Identifier: CC0-1.0
#
# This file is released under Creative Commons Zero 1.0 (CC0-1.0) and part of
# the program "Back In Time". The program as a whole is released under GNU
# General Public License v2 or any later version (GPL-2.0-or-later).
# See folder LICENSES or
# go to <https://spdx.org/licenses/CC0-1.0.html>
# and <https://spdx.org/licenses/GPL-2.0-or-later.html>.

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# editor backup and temp files
*~
*.sic
*.swp
\#*\#
.\#*

# packaging
*.deb
debian/debhelper-build-stamp
debian/*.debhelper
debian/*.debhelper.log
debian/*.substvars
debian/files
debian/backintime-common
debian/backintime-gnome
debian/backintime-kde
debian/backintime-kde4
debian/backintime-notify
debian/backintime-qt

# compressed files
*.gz

# Compiled translations
*.mo

# Makefile
common/Makefile
qt/Makefile

# coveralls.io status
.coverage

# coverage result files (raw data and reports)
# .coverage  # already ignored, see above
**/htmlcov/**

# sphinx doc build
common/doc-dev/_build/doctrees
common/doc-dev/_build/html

# MkDocs
doc/manual/html/

# PyCharm IDE project settings
.idea

# Linter configuration
.flake8
