Skip to content

Commit 843fbdb

Browse files
committed
Hello World, FIREWHEEL is now Open Source Software
0 parents  commit 843fbdb

File tree

338 files changed

+58167
-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.

338 files changed

+58167
-0
lines changed

.gitignore

Lines changed: 240 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,240 @@
1+
# Created by https://www.toptal.com/developers/gitignore/api/python,vim,macos
2+
# Edit at https://www.toptal.com/developers/gitignore?templates=python,vim,macos
3+
4+
### macOS ###
5+
# General
6+
.DS_Store
7+
.AppleDouble
8+
.LSOverride
9+
10+
# Icon must end with two \r
11+
Icon
12+
13+
14+
# Thumbnails
15+
._*
16+
17+
# Files that might appear in the root of a volume
18+
.DocumentRevisions-V100
19+
.fseventsd
20+
.Spotlight-V100
21+
.TemporaryItems
22+
.Trashes
23+
.VolumeIcon.icns
24+
.com.apple.timemachine.donotpresent
25+
26+
# Directories potentially created on remote AFP share
27+
.AppleDB
28+
.AppleDesktop
29+
Network Trash Folder
30+
Temporary Items
31+
.apdisk
32+
33+
### macOS Patch ###
34+
# iCloud generated files
35+
*.icloud
36+
37+
### Python ###
38+
# Byte-compiled / optimized / DLL files
39+
__pycache__/
40+
*.py[cod]
41+
*$py.class
42+
43+
# C extensions
44+
*.so
45+
46+
# Distribution / packaging
47+
.Python
48+
build/
49+
develop-eggs/
50+
dist/
51+
downloads/
52+
eggs/
53+
.eggs/
54+
lib/
55+
lib64/
56+
parts/
57+
sdist/
58+
var/
59+
wheels/
60+
share/python-wheels/
61+
*.egg-info/
62+
.installed.cfg
63+
*.egg
64+
MANIFEST
65+
66+
# PyInstaller
67+
# Usually these files are written by a python script from a template
68+
# before PyInstaller builds the exe, so as to inject date/other infos into it.
69+
*.manifest
70+
*.spec
71+
72+
# Installer logs
73+
pip-log.txt
74+
pip-delete-this-directory.txt
75+
76+
# Unit test / coverage reports
77+
htmlcov/
78+
.tox/
79+
.nox/
80+
.coverage
81+
.coverage.*
82+
.cache
83+
nosetests.xml
84+
coverage.xml
85+
*.cover
86+
*.py,cover
87+
.hypothesis/
88+
.pytest_cache/
89+
cover/
90+
91+
# Translations
92+
*.mo
93+
*.pot
94+
95+
# Django stuff:
96+
*.log
97+
local_settings.py
98+
db.sqlite3
99+
db.sqlite3-journal
100+
101+
# Flask stuff:
102+
instance/
103+
.webassets-cache
104+
105+
# Scrapy stuff:
106+
.scrapy
107+
108+
# Sphinx documentation
109+
docs/_build/
110+
docs/source/_build/
111+
112+
# PyBuilder
113+
.pybuilder/
114+
target/
115+
116+
# Jupyter Notebook
117+
.ipynb_checkpoints
118+
119+
# IPython
120+
profile_default/
121+
ipython_config.py
122+
123+
# pyenv
124+
# For a library or package, you might want to ignore these files since the code is
125+
# intended to run in multiple environments; otherwise, check them in:
126+
# .python-version
127+
128+
# pipenv
129+
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
130+
# However, in case of collaboration, if having platform-specific dependencies or dependencies
131+
# having no cross-platform support, pipenv may install dependencies that don't work, or not
132+
# install all needed dependencies.
133+
#Pipfile.lock
134+
135+
# poetry
136+
# Similar to Pipfile.lock, it is generally recommended to include poetry.lock in version control.
137+
# This is especially recommended for binary packages to ensure reproducibility, and is more
138+
# commonly ignored for libraries.
139+
# https://python-poetry.org/docs/basic-usage/#commit-your-poetrylock-file-to-version-control
140+
#poetry.lock
141+
142+
# pdm
143+
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
144+
#pdm.lock
145+
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
146+
# in version control.
147+
# https://pdm.fming.dev/#use-with-ide
148+
.pdm.toml
149+
150+
# PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
151+
__pypackages__/
152+
153+
# Celery stuff
154+
celerybeat-schedule
155+
celerybeat.pid
156+
157+
# SageMath parsed files
158+
*.sage.py
159+
160+
# Environments
161+
.vscode
162+
.env
163+
.venv
164+
env/
165+
venv/
166+
ENV/
167+
env.bak/
168+
venv.bak/
169+
170+
# Spyder project settings
171+
.spyderproject
172+
.spyproject
173+
174+
# Rope project settings
175+
.ropeproject
176+
177+
# mkdocs documentation
178+
/site
179+
180+
# mypy
181+
.mypy_cache/
182+
.dmypy.json
183+
dmypy.json
184+
185+
# Pyre type checker
186+
.pyre/
187+
188+
# pytype static type analyzer
189+
.pytype/
190+
191+
# Cython debug symbols
192+
cython_debug/
193+
194+
# PyCharm
195+
# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
196+
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
197+
# and can be added to the global gitignore or merged into this file. For a more nuclear
198+
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
199+
#.idea/
200+
201+
### Vim ###
202+
# Swap
203+
[._]*.s[a-v][a-z]
204+
!*.svg # comment out if you don't need vector files
205+
[._]*.sw[a-p]
206+
[._]s[a-rt-v][a-z]
207+
[._]ss[a-gi-z]
208+
[._]sw[a-p]
209+
210+
# Session
211+
Session.vim
212+
Sessionx.vim
213+
214+
# Temporary
215+
.netrwhist
216+
*~
217+
# Auto-generated tag files
218+
tags
219+
# Persistent undo
220+
[._]*.un~
221+
222+
# End of https://www.toptal.com/developers/gitignore/api/python,vim,macos
223+
224+
225+
# Start FIREWHEEL specific ignore
226+
227+
# Model components
228+
model_components
229+
230+
# FIREWHEEL default virtual environment
231+
fwpy
232+
233+
# FIREWHEEL configuration file
234+
src/firewheel/firewheel.yaml
235+
236+
# Bash completion script (auto generated)
237+
firewheel_completion.sh
238+
239+
# Include the `src/firewheel/lib` directory
240+
!src/firewheel/lib

0 commit comments

Comments
 (0)