File: .gitignore

package info (click to toggle)
python-rdflib-endpoint 0.5.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 264 kB
  • sloc: python: 1,068; makefile: 5
file content (35 lines) | stat: -rw-r--r-- 322 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
# Python build artefacts
build/
*.egg-info
.eggs/
dist/
__pycache__/
.*_cache/
.coverage
coverage.xml
htmlcov/

<tempfile.*

# Virtual envs
.env
.venv/
venv/

# Notebooks
.ipynb_checkpoints
.virtual_documents/
.cache/
.config/
.ipython/
.jupyter/
.local/
.npm/
.bash_history
__pycache__/

# MacOS
.DS_Store

# IDEs
.idea/