File: .gitignore

package info (click to toggle)
python-csb43 0.10.1%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,048 kB
  • sloc: python: 11,036; sh: 101; makefile: 17
file content (27 lines) | stat: -rw-r--r-- 360 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# SPDX-FileCopyrightText: 2024 <wmj.py@gmx.com>
#
# SPDX-License-Identifier: LGPL-3.0-or-later

*~
*.py[co]
.eggs
.tox
.cache
.pytest_cache
.ofx_schemas
csb43/tests/schemas/**.xsd
csb43/tests/schemas/**.dtd
.settings
build
csb43.egg-info
dist
dist.old
distFinal
pyinstaller
doc/build

# kateproject local settings
.kateproject.local

# quick testing file
z.py