forked from qtile/qtile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
60 lines (54 loc) · 755 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
53
54
55
56
57
58
59
60
# Python object files
*.py[cd]
*.py~
*.so
*.o
__pycache__
MANIFEST
/build
/dist
/env
# complied cffi output
libqtile/_ffi_pango.py
libqtile/backend/x11/_ffi_xcursors.py
libqtile/backend/wayland/_ffi.c
# Files generated by setup.py
qtile.egg-info/
.eggs
# Vim swap files
*.swp
*.swo
/doc
/docs/_build
/docs/_static/keybindings/
.coverage
# some people hack on macs? :-)
.DS_Store
# debian stuff
.pybuild
debian/files
debian/*.substvars
debian/*.log
debian/tmp
debian/qtile
debian/python-qtile
debian/python3-qtile
debian/*debhelper
*sublime*
.tox/
.cache/
.pytest_cache/
.mypy_cache/
.tags
venv
.venv
.coverage.*
# intellij idea IDEs
.idea/
# vscode IDE
.vscode/
# screenshots
docs/screenshots/take_all.log
docs/_static/screenshots/
# ViM tags
/tags