File: .gitignore

package info (click to toggle)
magics-python 2%3A1.5.8-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 492 kB
  • sloc: python: 2,238; makefile: 14
file content (23 lines) | stat: -rw-r--r-- 236 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.eggs
magics.egg-info
magics/__pycache__
.pytest_cache
.tox
*.pyc
build
dist
*.sublime-workspace
# Ignore local virtual environment
venv/

# Ignore static typing
.pytype


# Docs
docs/build
docs/_build
x.*
magics-test/
tests.sh
_build/