forked from Source-Python-Dev-Team/Source.Python
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
56 lines (52 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
# Base directories
curses/
idlelib/
lib2to3/
plat-aix4/
plat-darwin/
plat-freebsd4/
plat-freebsd5/
plat-freebsd6/
plat-freebsd7/
plat-freebsd8/
plat-generic/
plat-netbsd1/
plat-next3/
plat-os2emx/
plat-sunos5/
plat-unixware7/
addons/source-python/Python3/site-packages/*
tkinter/
turtledemo/
test/
tests/
src/Builds/
src/hl2sdk/*
!src/hl2sdk/readme.md
# Plugin directories
__pycache__
addons/source-python/bin/
addons/source-python/data/custom/
addons/source-python/data/plugins/
addons/source-python/data/source-python/settings/
addons/source-python/data/source-python-data.zip
addons/source-python/packages/custom/
addons/source-python/plugins/
cfg/source-python/*
!cfg/source-python/auth_providers/
logs/source-python/
resource/source-python/events/
resource/source-python/translations/*
!resource/source-python/translations/_core/
sound/source-python/
# Wiki directories
addons/source-python/docs/source-python/build/
addons/source-python/docs/source-python/source/general/credits.rst
addons/source-python/docs/custom/
!addons/source-python/docs/custom/readme.md
addons/source-python/docs/plugins/
!addons/source-python/docs/plugins/readme.md
# PyCharm directory
.idea/
# Linux temp files
*~