Skip to content

Commit 608cc66

Browse files
CopilotZoverions
andcommitted
Add .gitignore and remove build artifacts from version control
Co-authored-by: Zoverions <208527039+Zoverions@users.noreply.github.com>
1 parent 023249e commit 608cc66

18 files changed

Lines changed: 108 additions & 60 deletions

.gitignore

Lines changed: 108 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,108 @@
1+
# Byte-compiled / optimized / DLL files
2+
__pycache__/
3+
*.py[cod]
4+
*$py.class
5+
6+
# C extensions
7+
*.so
8+
9+
# Distribution / packaging
10+
.Python
11+
build/
12+
develop-eggs/
13+
dist/
14+
downloads/
15+
eggs/
16+
.eggs/
17+
lib/
18+
lib64/
19+
parts/
20+
sdist/
21+
var/
22+
wheels/
23+
*.egg-info/
24+
.installed.cfg
25+
*.egg
26+
27+
# PyInstaller
28+
*.manifest
29+
*.spec
30+
31+
# Installer logs
32+
pip-log.txt
33+
pip-delete-this-directory.txt
34+
35+
# Unit test / coverage reports
36+
htmlcov/
37+
.tox/
38+
.coverage
39+
.coverage.*
40+
.cache
41+
nosetests.xml
42+
coverage.xml
43+
*.cover
44+
.hypothesis/
45+
.pytest_cache/
46+
47+
# Translations
48+
*.mo
49+
*.pot
50+
51+
# Django stuff:
52+
*.log
53+
local_settings.py
54+
db.sqlite3
55+
56+
# Flask stuff:
57+
instance/
58+
.webassets-cache
59+
60+
# Scrapy stuff:
61+
.scrapy
62+
63+
# Sphinx documentation
64+
docs/_build/
65+
66+
# PyBuilder
67+
target/
68+
69+
# Jupyter Notebook
70+
.ipynb_checkpoints
71+
72+
# pyenv
73+
.python-version
74+
75+
# celery beat schedule file
76+
celerybeat-schedule
77+
78+
# SageMath parsed files
79+
*.sage.py
80+
81+
# Environments
82+
.env
83+
.venv
84+
env/
85+
venv/
86+
ENV/
87+
env.bak/
88+
venv.bak/
89+
90+
# Spyder project settings
91+
.spyderproject
92+
.spyproject
93+
94+
# Rope project settings
95+
.ropeproject
96+
97+
# mkdocs documentation
98+
/site
99+
100+
# mypy
101+
.mypy_cache/
102+
.dmypy.json
103+
dmypy.json
104+
105+
# Test outputs
106+
*.png
107+
*.json
108+
test_out.*

ref_toolkit.egg-info/PKG-INFO

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

ref_toolkit.egg-info/SOURCES.txt

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

ref_toolkit.egg-info/dependency_links.txt

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

ref_toolkit.egg-info/entry_points.txt

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

ref_toolkit.egg-info/requires.txt

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

ref_toolkit.egg-info/top_level.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.
-375 Bytes
Binary file not shown.
-1.26 KB
Binary file not shown.
-784 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)