Skip to content

Commit 8e4ae6c

Browse files
authored
Merge pull request ManimCommunity#1 from mstechly/master
Added gitignore and removed all the unnecessary files
2 parents 98f4d2e + e408145 commit 8e4ae6c

File tree

139 files changed

+146
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+146
-0
lines changed

.DS_Store

-8 KB
Binary file not shown.

.gitignore

Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,146 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/python
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=python
3+
4+
### Python ###
5+
# Byte-compiled / optimized / DLL files
6+
__pycache__/
7+
*.py[cod]
8+
*$py.class
9+
10+
# C extensions
11+
*.so
12+
13+
# Distribution / packaging
14+
.Python
15+
build/
16+
develop-eggs/
17+
dist/
18+
downloads/
19+
eggs/
20+
.eggs/
21+
lib/
22+
lib64/
23+
parts/
24+
sdist/
25+
var/
26+
wheels/
27+
pip-wheel-metadata/
28+
share/python-wheels/
29+
*.egg-info/
30+
.installed.cfg
31+
*.egg
32+
MANIFEST
33+
34+
# PyInstaller
35+
# Usually these files are written by a python script from a template
36+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
37+
*.manifest
38+
*.spec
39+
40+
# Installer logs
41+
pip-log.txt
42+
pip-delete-this-directory.txt
43+
44+
# Unit test / coverage reports
45+
htmlcov/
46+
.tox/
47+
.nox/
48+
.coverage
49+
.coverage.*
50+
.cache
51+
nosetests.xml
52+
coverage.xml
53+
*.cover
54+
*.py,cover
55+
.hypothesis/
56+
.pytest_cache/
57+
pytestdebug.log
58+
59+
# Translations
60+
*.mo
61+
*.pot
62+
63+
# Django stuff:
64+
*.log
65+
local_settings.py
66+
db.sqlite3
67+
db.sqlite3-journal
68+
69+
# Flask stuff:
70+
instance/
71+
.webassets-cache
72+
73+
# Scrapy stuff:
74+
.scrapy
75+
76+
# Sphinx documentation
77+
docs/_build/
78+
doc/_build/
79+
80+
# PyBuilder
81+
target/
82+
83+
# Jupyter Notebook
84+
.ipynb_checkpoints
85+
86+
# IPython
87+
profile_default/
88+
ipython_config.py
89+
90+
# pyenv
91+
.python-version
92+
93+
# pipenv
94+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
95+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
96+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
97+
# install all needed dependencies.
98+
#Pipfile.lock
99+
100+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow
101+
__pypackages__/
102+
103+
# Celery stuff
104+
celerybeat-schedule
105+
celerybeat.pid
106+
107+
# SageMath parsed files
108+
*.sage.py
109+
110+
# Environments
111+
.env
112+
.venv
113+
env/
114+
venv/
115+
ENV/
116+
env.bak/
117+
venv.bak/
118+
pythonenv*
119+
120+
# Spyder project settings
121+
.spyderproject
122+
.spyproject
123+
124+
# Rope project settings
125+
.ropeproject
126+
127+
# mkdocs documentation
128+
/site
129+
130+
# mypy
131+
.mypy_cache/
132+
.dmypy.json
133+
dmypy.json
134+
135+
# Pyre type checker
136+
.pyre/
137+
138+
# pytype static type analyzer
139+
.pytype/
140+
141+
# profiling data
142+
.prof
143+
144+
# End of https://www.toptal.com/developers/gitignore/api/python
145+
# Custom exclusions:
146+
.DS_Store

_2016/.DS_Store

-6 KB
Binary file not shown.

_2017/.DS_Store

-6 KB
Binary file not shown.

_2017/dominos/.DS_Store

-6 KB
Binary file not shown.

_2017/eoc/__init__.pyc

-139 Bytes
Binary file not shown.
-67 KB
Binary file not shown.

_2017/eoc/chapter1.pyc

-74.2 KB
Binary file not shown.

_2017/eoc/chapter2.pyc

-72.7 KB
Binary file not shown.

_2017/eoc/chapter3.pyc

-76.8 KB
Binary file not shown.
-136 Bytes
Binary file not shown.
-3.95 KB
Binary file not shown.
-11.5 KB
Binary file not shown.
-117 KB
Binary file not shown.

_2018/.DS_Store

-6 KB
Binary file not shown.

_2018/basel/__init__.pyc

-141 Bytes
Binary file not shown.
-139 Bytes
Binary file not shown.
-95.5 KB
Binary file not shown.

_2018/basel/basel2.pyc

-112 KB
Binary file not shown.

_2018/basel/light.pyc

-18.4 KB
Binary file not shown.

_2018/eop/.DS_Store

-6 KB
Binary file not shown.

_2018/eop/chapter1/.DS_Store

-6 KB
Binary file not shown.

_2018/eop/chapter1/__init__.pyc

-151 Bytes
Binary file not shown.
-20.3 KB
Binary file not shown.
-4.3 KB
Binary file not shown.
-1.88 KB
Binary file not shown.

_2018/eop/chapter1/million_flips.pyc

-4.37 KB
Binary file not shown.
-4.75 KB
Binary file not shown.

_2018/eop/chapter1/quiz_result.pyc

-6.11 KB
Binary file not shown.
-1.85 KB
Binary file not shown.

_2018/eop/reusables/__init__.pyc

-152 Bytes
Binary file not shown.

_2018/eop/reusables/binary_option.pyc

-943 Bytes
Binary file not shown.

_2018/eop/reusables/brick_row.pyc

-6.85 KB
Binary file not shown.
-2.34 KB
Binary file not shown.
-5.25 KB
Binary file not shown.

_2018/eop/reusables/coin_stacks.pyc

-4.23 KB
Binary file not shown.

_2018/eop/reusables/dice.pyc

-2.81 KB
Binary file not shown.

_2018/eop/reusables/eop_constants.pyc

-801 Bytes
Binary file not shown.

_2018/eop/reusables/eop_helpers.pyc

-1.54 KB
Binary file not shown.

_2018/eop/reusables/histograms.pyc

-9.26 KB
Binary file not shown.
-1.23 KB
Binary file not shown.

_2018/eop/reusables/upright_coins.pyc

-4.91 KB
Binary file not shown.

_2019/.DS_Store

-6 KB
Binary file not shown.

_2019/bayes/.DS_Store

-6 KB
Binary file not shown.
-101 KB
Binary file not shown.
-82.2 KB
Binary file not shown.
-45.7 KB
Binary file not shown.
-41.1 KB
Binary file not shown.
Binary file not shown.
-22.4 KB
Binary file not shown.
-96.2 KB
Binary file not shown.

_2019/clacks/.DS_Store

0 Bytes
Binary file not shown.
-143 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
-2.03 KB
Binary file not shown.
-42.9 KB
Binary file not shown.
-42.8 KB
Binary file not shown.
-42.8 KB
Binary file not shown.
-82.6 KB
Binary file not shown.
-82.8 KB
Binary file not shown.
Binary file not shown.
-414 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

_2019/diffyq/.DS_Store

-6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

_2019/diffyq/part2/.DS_Store

-6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

_2020/.DS_Store

0 Bytes
Binary file not shown.
Binary file not shown.
-7.04 KB
Binary file not shown.
-7.64 KB
Binary file not shown.
Binary file not shown.
-101 KB
Binary file not shown.
-80.8 KB
Binary file not shown.
-16 KB
Binary file not shown.

__pycache__/imports.cpython-39.pyc

-383 Bytes
Binary file not shown.
-388 Bytes
Binary file not shown.

assets/.DS_Store

-14 KB
Binary file not shown.

assets/Logo/.DS_Store

-6 KB
Binary file not shown.

assets/PiCreature/.DS_Store

-6 KB
Binary file not shown.

assets/raster_images/.DS_Store

-6 KB
Binary file not shown.

assets/sounds/.DS_Store

-6 KB
Binary file not shown.

assets/svg_images/.DS_Store

-6 KB
Binary file not shown.

manim_extensions/.DS_Store

-6 KB
Binary file not shown.

manim_extensions/characters/.DS_Store

-6 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

random_scenes/.DS_Store

-6 KB
Binary file not shown.

0 commit comments

Comments
 (0)