summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 938692b03d91d2475061e96fee09517c37bde271 (plain)
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
# Byte-compiled DLL and Shared Library files
*.py[cod]
*.so

# Packages
*.egg
*.egg-info/
.installed.cfg
bin/
build/
develop-eggs/
dist/
eggs/
lib64/
parts/
sdist/
.tox/
var/
node_modules/
__pycache__/
.pytest_cache/
.flakeheaven_cache/

# Versioning
.python-version
.tool-versions

# Installer logs
.DS_Store
.travis-solo
Icon
pip-log.txt

# Documentation
_build
_sources
_static
coverage.xml
exp/
objects.inv
searchindex.js

# virtualenv
.venv*/
env/
env*/
venv*/

# Editor and IDE specific files
#  Since contributors may want to user a variety of development tools it is 
#  recommended that editor specific file types be ignored globally by each
#  contributor via a global gitignore. Instructions for setting up a global
#  ignore file can be found here:
#  https://docs.github.com/en/get-started/getting-started-with-git/ignoring-files
#  (Configuring ignored files for all repositories on your computer)
#  Examples of such files are:
# MS Visual Studio (PyTools)
#   obj
#   *.suo
# PyCharm
#   .idea/
# VS Code
#   .vscode/settings.json