-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
53 lines (42 loc) · 827 Bytes
/
.gitignore
File metadata and controls
53 lines (42 loc) · 827 Bytes
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# local backups
*~
*.bak
*.autosave
# py[co] files
*.pyc
*.pyo
# auto-generated test data
tests/ancillary_files/sample_data.sql
tests/ancillary_files/sample_data_xss.sql
# test outputs
htmlcov/
validate-html.txt
# generated documentation files
doc/build/**
doc/source/emails/
doc/source/Handbuch_Email_Templates.rst
# cache data
.mypy_cache/
.dmypy.json
.coverage
# ide data
.idea
.vscode
# autobuild temporary data
related/auto-build/distfiles/**
related/auto-build/images/**
related/auto-build/work/**
related/auto-build/runtime/share/**
# i18n working and compiled data
i18n/cdedb.pot
i18n/*/LC_MESSAGES/cdedb.mo
i18n/*/LC_MESSAGES/cdedb.spellcheck
messages.mo
i18n-output/
cdedb/.i18n_additional.py
# virtual environment
.venv
# bin processing data
bin/**/*.json
# internal wiki - separate git repository
/wiki/