Skip to content

Commit 23e579e

Browse files
committed
Add .gitignore and remove tracked unwanted files
1 parent 02e74dc commit 23e579e

16 files changed

Lines changed: 56 additions & 123 deletions

.coverage

-52 KB
Binary file not shown.

.gitignore

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
2+
# Python
3+
__pycache__/
4+
*.pyc
5+
*.pyo
6+
*.pyd
7+
.Python
8+
env/
9+
venv/
10+
.env
11+
.venv
12+
pip-log.txt
13+
pip-delete-this-directory.txt
14+
15+
# Distribution / packaging
16+
.Python
17+
build/
18+
develop-eggs/
19+
dist/
20+
downloads/
21+
eggs/
22+
.eggs/
23+
lib/
24+
lib64/
25+
parts/
26+
sdist/
27+
var/
28+
wheels/
29+
*.egg-info/
30+
.installed.cfg
31+
*.egg
32+
33+
# Unit test / coverage reports
34+
htmlcov/
35+
.tox/
36+
.nox/
37+
.coverage
38+
.coverage.*
39+
.cache
40+
nosetests.xml
41+
coverage.xml
42+
*.cover
43+
*.py,cover
44+
.hypothesis/
45+
.pytest_cache/
46+
47+
# Jupyter Notebook
48+
.ipynb_checkpoints
49+
50+
# IDEs
51+
.vscode/
52+
.idea/
53+
*.swp
54+
55+
# OS
56+
.DS_Store

.vscode/settings.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/quantumhall_matrixelements.egg-info/PKG-INFO

Lines changed: 0 additions & 90 deletions
This file was deleted.

src/quantumhall_matrixelements.egg-info/SOURCES.txt

Lines changed: 0 additions & 15 deletions
This file was deleted.

src/quantumhall_matrixelements.egg-info/dependency_links.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/quantumhall_matrixelements.egg-info/requires.txt

Lines changed: 0 additions & 11 deletions
This file was deleted.

src/quantumhall_matrixelements.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)