fix examples, update account API `user` method
[smsapi-python.git] / .gitignore
blob0e178f46ff5c21c16984c9d729381f36f6f347d3
1 .idea
3 # Byte-compiled / optimized / DLL files
4 __pycache__/
5 *.py[cod]
6 *$py.class
8 # C extensions
9 *.so
11 # Distribution / packaging
12 .Python
13 env/
14 build/
15 develop-eggs/
16 dist/
17 downloads/
18 eggs/
19 .eggs/
20 lib/
21 lib64/
22 parts/
23 sdist/
24 var/
25 *.egg-info/
26 .installed.cfg
27 *.egg
29 # PyInstaller
30 #  Usually these files are written by a python script from a template
31 #  before PyInstaller builds the exe, so as to inject date/other infos into it.
32 *.manifest
33 *.spec
35 # Installer logs
36 pip-log.txt
37 pip-delete-this-directory.txt
39 # Unit test / coverage reports
40 htmlcov/
41 .tox/
42 .coverage
43 .coverage.*
44 .cache
45 nosetests.xml
46 coverage.xml
47 *,cover
49 # Translations
50 *.mo
51 *.pot
53 # Django stuff:
54 *.log
56 # Sphinx documentation
57 docs/_build/
59 # PyBuilder
60 target/
63 ### JetBrains template
64 # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion
66 *.iml
68 ## Directory-based project format:
69 .idea/
70 # if you remove the above rule, at least ignore the following:
72 # User-specific stuff:
73 # .idea/workspace.xml
74 # .idea/tasks.xml
75 # .idea/dictionaries
77 # Sensitive or high-churn files:
78 # .idea/dataSources.ids
79 # .idea/dataSources.xml
80 # .idea/sqlDataSources.xml
81 # .idea/dynamic.xml
82 # .idea/uiDesigner.xml
84 # Gradle:
85 # .idea/gradle.xml
86 # .idea/libraries
88 # Mongo Explorer plugin:
89 # .idea/mongoSettings.xml
91 ## File-based project format:
92 *.ipr
93 *.iws
95 ## Plugin-specific files:
97 # IntelliJ
98 /out/
100 # mpeltonen/sbt-idea plugin
101 .idea_modules/
103 # JIRA plugin
104 atlassian-ide-plugin.xml
106 # Crashlytics plugin (for Android Studio and IntelliJ)
107 com_crashlytics_export_strings.xml
108 crashlytics.properties
109 crashlytics-build.properties
111 /venv/