forked from Bandwidth/python-bandwidth
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
84 lines (66 loc) · 675 Bytes
/
Copy path.gitignore
File metadata and controls
84 lines (66 loc) · 675 Bytes
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
# OS
.DS_Store
Thumbs.db
# Python
*.pyc
*.pyo
__pycache__
# Common IDEs
*.swp
.idea/
.pyenv/
.buildpath
.settings
atlassian-ide-plugin.xml
.project
.pydevproject
.installed.cfg
*.sublime-project
*.sublime-workspace
*.ropeproject
*.patch
*.iml
# Coverage
.coverage
# Virtualenv
env/
.env/
.env
venv/
.venv/
.venv
p2_7
# Project
/public/
# Settings
settings_local.py
local_settings.py
local.py
# SQLite
*.sqlite*
*.db
# Translations
# Logs
*.log
*.pid
/reports/
# Redis
*.rdb
*.bak
django-colors-formatter
# testing
testing/
local_env.sh
*.egg-info/
.tox/
deprecated/
.bndsdkrc
# sphinx
sphinx_docs/build/*
# builds
dist
pep.sh
play.py
out.txt
out.py
out2.py