File: .gitignore

package info (click to toggle)
python-googlemaps 4.10.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 472 kB
  • sloc: python: 2,822; xml: 847; makefile: 5
file content (37 lines) | stat: -rw-r--r-- 434 bytes parent folder | download
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
# Compiled source #
###################
*.pyc

# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Sphinx documentation #
########################
docs/_build/
generated_docs/

# Release generated files #
###########################
.eggs/
build/
dist/

# vim
*.swp

# python testing things etc
.coverage
.nox
env
googlemaps.egg-info
*.egg
.vscode/
.idea/
index.py