@@ -4,34 +4,10 @@ __pycache__/
44* $py.class
55
66# Distribution / packaging
7- .Python
87build /
9- develop-eggs /
108dist /
11- downloads /
12- eggs /
13- .eggs /
14- lib /
15- lib64 /
16- parts /
17- sdist /
18- var /
19- wheels /
20- share /python-wheels /
219* .egg-info /
22- .installed.cfg
2310* .egg
24- MANIFEST
25- .pack /
26- # PyInstaller
27- # Usually these files are written by a python script from a template
28- # before PyInstaller builds the exe, so as to inject date/other infos into it.
29- * .manifest
30- * .spec
31-
32- # Installer logs
33- pip-log.txt
34- pip-delete-this-directory.txt
3511
3612# Unit test / coverage reports
3713htmlcov /
@@ -40,78 +16,28 @@ htmlcov/
4016.coverage
4117.coverage. *
4218.cache
43- nosetests.xml
44- coverage.xml
45- * .cover
46- * .py.cover
47- .hypothesis /
4819.pytest_cache /
49- cover /
50-
51- # Translations
52- * .mo
53- * .pot
54-
55- # PyBuilder
56- .pybuilder /
57- target /
20+ coverage.xml
5821
5922# Jupyter Notebook
6023.ipynb_checkpoints
6124
62- # IPython
63- profile_default /
64- ipython_config.py
65-
66- # pyenv
67- # For a library or package, you might want to ignore these files since the code is
68- # intended to run in multiple environments; otherwise, check them in:
69- .python-version
70-
71- # pipenv
72- # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
73- # However, in case of collaboration, if having platform-specific dependencies or dependencies
74- # having no cross-platform support, pipenv may install dependencies that don't work, or not
75- # install all needed dependencies.
76- # Pipfile.lock
77-
78- # PEP 582; used by e.g. github.com/David-OConnor/pyflow and github.com/pdm-project/pdm
79- __pypackages__ /
80-
81-
8225# Environments
8326.env
8427.envrc
8528.venv
8629env /
8730venv /
88- ENV /
89- env.bak /
90- venv.bak /
91-
92-
93- # pytype static type analyzer
94- .pytype /
9531
96- # PyCharm
97- # JetBrains specific template is maintained in a separate JetBrains.gitignore that can
98- # be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
99- # and can be added to the global gitignore or merged into this file. For a more nuclear
100- # option (not recommended) you can uncomment the following to ignore the entire idea folder.
32+ # IDE
10133.idea /
102-
103- # Visual Studio Code
104- # Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore
105- # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore
106- # and can be added to the global gitignore or merged into this file. However, if you prefer,
107- # you could uncomment the following to ignore the entire vscode folder
10834.vscode /
10935
36+ # OS
37+ .DS_Store
38+
39+ # Packaging artifacts
40+ .pack /
11041
11142# PyPI configuration file
11243.pypirc
113-
114- # Marimo
115- marimo /_static /
116- marimo /_lsp /
117- __marimo__ /
0 commit comments