forked from Arelle/Arelle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
72 lines (67 loc) · 1.23 KB
/
.gitignore
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
*.iml
*.pyc
.DS_Store
.eggs
.python-version
.tox
/.mypy_cache/
/.pytest_cache/
/venv/
Arelle.egg-info
Pipfile
Pipfile.lock
__pycache__
arelle-release*
arelle/_version.py
arelle/cache/
arelle/cachedUrlCheckTimes.json
arelle/config.json
arelle/plugins.json
arelle/plugin/EdgarRenderer*
arelle/plugin/EDGAR*
arelle/plugin/FERC
arelle/plugin/Xince.py
arelle/plugin/iXBRLViewerPlugin
arelle/plugin/semanticHash.py
arelle/plugin/serializer
arelle/plugin/SimpleXBRLModel
arelle/plugin/validate/DQC.py
arelle/plugin/validate/DQC_US_Rules
arelle/plugin/validate/DQC_test
arelle/plugin/validate/ESEF-DQC.py
arelle/plugin/validate/eforms.py
arelle/plugin/xendr
arelle/plugin/xodel
arelle/plugin/xule
arelleGUI.py
arelle_release.egg-info
bin/
build
buildRenameX64.bat
buildRenameX86.bat
conf-*
dist
docs/_build
docs/source/apidocs
obj/
tests/resources/conformance_suites/*
!tests/resources/conformance_suites/cipc/
!tests/resources/conformance_suites/dba/
!tests/resources/conformance_suites/hmrc/
!tests/resources/conformance_suites/nl_*/
!tests/resources/conformance_suites/ros/
tests/resources/packages/
### IDE-specific ignores
# PyCharm
.idea
# VS Code
.devcontainer
.vscode
# Visual Studio
.vs/
.test
# Eclipse
/.project
.settings
/.classpath
/.pydevproject