Skip to content

Commit a0816bc

Browse files
author
Tania Allard
committed
Auto stash before merge of "master" and "origin/master"
1 parent 41980d8 commit a0816bc

File tree

1 file changed

+7
-113
lines changed

1 file changed

+7
-113
lines changed

.gitignore

Lines changed: 7 additions & 113 deletions
Original file line numberDiff line numberDiff line change
@@ -1,115 +1,9 @@
1-
2-
\.DS_Store
3-
config.yml
4-
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-
*.egg-info/
28-
.installed.cfg
29-
*.egg
30-
MANIFEST
31-
32-
# PyInstaller
33-
# Usually these files are written by a python script from a template
34-
# before PyInstaller builds the exe, so as to inject date/other infos into it.
35-
*.manifest
36-
*.spec
37-
38-
# Installer logs
39-
pip-log.txt
40-
pip-delete-this-directory.txt
41-
42-
# Unit test / coverage reports
43-
htmlcov/
44-
.tox/
45-
.coverage
46-
.coverage.*
47-
.cache
48-
nosetests.xml
49-
coverage.xml
50-
*.cover
51-
.hypothesis/
52-
53-
# Translations
54-
*.mo
55-
*.pot
56-
57-
# Django stuff:
58-
*.log
59-
.static_storage/
60-
.media/
61-
local_settings.py
62-
63-
# Flask stuff:
64-
instance/
65-
.webassets-cache
66-
67-
# Scrapy stuff:
68-
.scrapy
69-
70-
# Sphinx documentation
71-
docs/_build/
72-
73-
# PyBuilder
74-
target/
75-
76-
# Jupyter Notebook
77-
.ipynb_checkpoints
78-
79-
# pyenv
80-
.python-version
81-
82-
# celery beat schedule file
83-
celerybeat-schedule
84-
85-
# SageMath parsed files
86-
*.sage.py
87-
88-
# Environments
89-
.env
90-
.venv
91-
env/
92-
venv/
93-
ENV/
94-
env.bak/
95-
venv.bak/
96-
97-
# Spyder project settings
98-
.spyderproject
99-
.spyproject
100-
101-
# Rope project settings
102-
.ropeproject
103-
104-
# mkdocs documentation
105-
/site
106-
107-
# mypy
108-
.mypy_cache/
109-
1+
.DS_Store
2+
spotify_general.py
3+
.sass-cache/*
1104
.vscode
111-
.idea/
112-
113-
session5/CFG_app/config\.yml
5+
.idea/*
6+
__pychache__
1147

115-
*.xml
8+
# Own HTML file for quickly seeing a slide quickly
9+
single.html

0 commit comments

Comments
 (0)