forked from xonsh/xonsh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
102 lines (85 loc) · 1.17 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
*.pyc
*.out
*.xcf
*.egg
.eggs/
.pytest_cache/
lexer_table.py
parser_table.py
parser_test_table.py
xonsh/lexer_table.py
xonsh/parser_table.py
xonsh/completion_parser_table.py
xonsh/parsers/completion_parser_table.py
tests/lexer_table.py
tests/parser_table.py
tests/lexer_test_table.py
tests/parser_test_table.py
tests/testfile
build/
dist/
xonsh.egg-info/
docs/_build/
docs/envvarsbody
docs/xontribsbody
docs/eventsbody
xonsh/dev.githash
xontrib/__init__.py
# temporary files from vim and emacs
*~
*#
.#*
*.swp
*.swo
# Virtualenv
pip-selfcheck.json
bin/
/lib/
include/
venv/
.venv*/
# Python project version files
.python-version
# Mac
.DS_Store
# Editor project files
*.komodo*
.cache
.idea
.coverage
coverage.xml
feedstock/
*.cred
tttt
Actually_test.tst
Actually.tst
Complete_test.tst
Complete.tst
tags
# Rever
rever/
# Allow the lib
!/xonsh/lib
# Allow tests/bin
!/tests/bin
# elm
xonsh/webconfig/elm-stuff/
xonsh/webconfig/js/app.js
# VS Code
.vscode/
# AppImage
*.AppImage
# mypy
.dmypy.json
.mypy_cache
# testmon pytest-plugin
.testmondata
.testmondata-*
# pdm
.pdm.toml
.pdm-python
__pypackages__
# one can use pip or pdm during development
pdm.lock
# asv benchmarks
.asv/