forked from AysherInc/Arelle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
52 lines (43 loc) · 735 Bytes
/
.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
__pycache__
*.pyc
build
dist
buildRenameX64.bat
buildRenameX86.bat
arelle/_version.py
arelle/plugin/EdgarRenderer
arelle/plugin/EdgarRendererWithBuiltinHtml
arelle/plugin/FERC
arelle/plugin/iXBRLViewerPlugin
arelle/plugin/validate/DQC_test
arelle/plugin/validate/DQC_US_Rules
arelle/plugin/validate/DQC.py
arelle/plugin/validate/eforms.py
arelle/plugin/validate/ESEF-DQC.py
arelle/plugin/Xince.py
arelle/plugin/xule
Arelle.egg-info
arelleGUI.py
.eggs
.python-version
*.iml
.tox
arelle_release.egg-info
arelle-release*
/.mypy_cache/
/.pytest_cache/
/venv/
tests/resources/conformance_suites/
### IDE-specific ignores
# PyCharm
.idea
# VS Code
.devcontainer
.vscode
# Visual Studio
.vs/
bin/
obj/
Pipfile.lock
Pipfile
.DS_Store