File: .gitignore

package info (click to toggle)
python-flask-cors 6.0.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 588 kB
  • sloc: python: 1,762; makefile: 59; sh: 17
file content (43 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (4)
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
# Virtualenv
ENV
env
.Python
include
lib

# Python Packages
*.egg
*.egg-info
bin
build
dist
sdist
eggs
env
parts
var
develop-eggs
.installed.cfg

docs/.build
docs/_build

# Pip Installer Log
pip-log.txt

# Unit test / coverage
.coverage
.tox

# Mac OS X
.DS_Store

# Generated files
*.[oa]
*.py[co]
*.rbc

#Temporary Files
*.py~
*.html~
.*.sw*