File: .gitignore

package info (click to toggle)
python-gjson 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: python: 2,034; makefile: 20
file content (31 lines) | stat: -rw-r--r-- 338 bytes parent folder | download | duplicates (3)
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
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
/build/
/dist/
/.eggs/
/*.egg-info/

# Unit test / coverage reports
/.tox/
/.coverage
/.coverage.*
/.pytest_cache/

# Sphinx documentation
/doc/build/

# pyenv
/.python-version

# Environments
/.venv/

# mypy
/.mypy_cache/

# Vim
*.sw?