Skip to content

Commit ca3ef1e

Browse files
committed
.gitignore file and minor fixes on readme
1 parent ab0a244 commit ca3ef1e

File tree

2 files changed

+208
-1
lines changed

2 files changed

+208
-1
lines changed

.gitignore

+207
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,207 @@
1+
old_notebooks/
2+
.vscode
3+
4+
# Byte-compiled / optimized / DLL files
5+
__pycache__/
6+
*.py[cod]
7+
*$py.class
8+
9+
# C extensions
10+
*.so
11+
12+
# Distribution / packaging
13+
.Python
14+
build/
15+
develop-eggs/
16+
dist/
17+
downloads/
18+
eggs/
19+
.eggs/
20+
lib/
21+
lib64/
22+
parts/
23+
sdist/
24+
var/
25+
wheels/
26+
pip-wheel-metadata/
27+
share/python-wheels/
28+
*.egg-info/
29+
.installed.cfg
30+
*.egg
31+
MANIFEST
32+
33+
# PyInstaller
34+
# Usually these files are written by a python script from a template
35+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
36+
*.manifest
37+
*.spec
38+
39+
# Installer logs
40+
pip-log.txt
41+
pip-delete-this-directory.txt
42+
43+
# Unit test / coverage reports
44+
htmlcov/
45+
.tox/
46+
.nox/
47+
.coverage
48+
.coverage.*
49+
.cache
50+
nosetests.xml
51+
coverage.xml
52+
*.cover
53+
.hypothesis/
54+
.pytest_cache/
55+
56+
# Translations
57+
*.mo
58+
*.pot
59+
60+
# Django stuff:
61+
*.log
62+
local_settings.py
63+
db.sqlite3
64+
65+
# Flask stuff:
66+
instance/
67+
.webassets-cache
68+
69+
# Scrapy stuff:
70+
.scrapy
71+
72+
# Sphinx documentation
73+
docs/_build/
74+
75+
# PyBuilder
76+
target/
77+
78+
# Jupyter Notebook
79+
.ipynb_checkpoints
80+
81+
# IPython
82+
profile_default/
83+
ipython_config.py
84+
85+
# pyenv
86+
.python-version
87+
88+
# pipenv
89+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
90+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
91+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
92+
# install all needed dependencies.
93+
#Pipfile.lock
94+
95+
# celery beat schedule file
96+
celerybeat-schedule
97+
98+
# SageMath parsed files
99+
*.sage.py
100+
101+
# Environments
102+
.env
103+
.venv
104+
env/
105+
venv/
106+
ENV/
107+
env.bak/
108+
venv.bak/
109+
110+
# Spyder project settings
111+
.spyderproject
112+
.spyproject
113+
114+
# Rope project settings
115+
.ropeproject
116+
117+
# mkdocs documentation
118+
/site
119+
120+
# mypy
121+
.mypy_cache/
122+
.dmypy.json
123+
dmypy.json
124+
125+
# Pyre type checker
126+
.pyre/
127+
128+
# gitignore template for Jupyter Notebooks
129+
# website: http://jupyter.org/
130+
131+
.ipynb_checkpoints
132+
*/.ipynb_checkpoints/*
133+
134+
*.ipynb
135+
136+
# Remove previous ipynb_checkpoints
137+
# git rm -r .ipynb_checkpoints/
138+
#
139+
140+
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and WebStorm
141+
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
142+
143+
# User-specific stuff
144+
.idea/**/workspace.xml
145+
.idea/**/tasks.xml
146+
.idea/**/usage.statistics.xml
147+
.idea/**/dictionaries
148+
.idea/**/shelf
149+
150+
# Generated files
151+
.idea/**/contentModel.xml
152+
153+
# Sensitive or high-churn files
154+
.idea/**/dataSources/
155+
.idea/**/dataSources.ids
156+
.idea/**/dataSources.local.xml
157+
.idea/**/sqlDataSources.xml
158+
.idea/**/dynamic.xml
159+
.idea/**/uiDesigner.xml
160+
.idea/**/dbnavigator.xml
161+
162+
# Gradle
163+
.idea/**/gradle.xml
164+
.idea/**/libraries
165+
166+
# Gradle and Maven with auto-import
167+
# When using Gradle or Maven with auto-import, you should exclude module files,
168+
# since they will be recreated, and may cause churn. Uncomment if using
169+
# auto-import.
170+
# .idea/modules.xml
171+
# .idea/*.iml
172+
# .idea/modules
173+
# *.iml
174+
# *.ipr
175+
176+
# CMake
177+
cmake-build-*/
178+
179+
# Mongo Explorer plugin
180+
.idea/**/mongoSettings.xml
181+
182+
# File-based project format
183+
*.iws
184+
185+
# IntelliJ
186+
out/
187+
188+
# mpeltonen/sbt-idea plugin
189+
.idea_modules/
190+
191+
# JIRA plugin
192+
atlassian-ide-plugin.xml
193+
194+
# Cursive Clojure plugin
195+
.idea/replstate.xml
196+
197+
# Crashlytics plugin (for Android Studio and IntelliJ)
198+
com_crashlytics_export_strings.xml
199+
crashlytics.properties
200+
crashlytics-build.properties
201+
fabric.properties
202+
203+
# Editor-based Rest Client
204+
.idea/httpRequests
205+
206+
# Android studio 3.1+ serialized cache file
207+
.idea/caches/build_file_checksums.ser

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ The author transformed the PDF in a book that can be found at [Amazon](https://w
1212
I have not read it yet, but the first chapters seen to be almost the same as the
1313
old PDF. However there are new chapters.
1414

15-
The text and exercises of the old PDF version are available online at
15+
The text and exercises of the old PDF version are available online at the
1616
[NYU site](https://physics.nyu.edu/pine/pymanual/html/pymanMaster.html).

0 commit comments

Comments
 (0)