Skip to content

Commit 62bb109

Browse files
authored
Merge pull request #1 from aeon-toolkit/gitignore
git ignore
2 parents 1796d8a + f55a701 commit 62bb109

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

.gitignore

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,22 @@
11
# Python
22
__pycache__/
33
*.py[cod]
4+
*.pyo
5+
*.pyd
46
*.so
7+
8+
# Packaging / build
9+
build/
10+
dist/
511
*.egg-info/
12+
pip-wheel-metadata/
13+
14+
# Testing / tooling
615
.pytest_cache/
716
.mypy_cache/
817
.ruff_cache/
18+
.coverage
19+
htmlcov/
920

1021
# Virtualenv
1122
.venv/
@@ -15,9 +26,13 @@ env/
1526
# Jupyter
1627
.ipynb_checkpoints/
1728

29+
# IDE
30+
.idea/
31+
*.iml
32+
1833
# OS
1934
.DS_Store
2035
Thumbs.db
2136

2237
# Local data cache (optional)
23-
.multiverse/
38+
.multiverse/

0 commit comments

Comments
 (0)