Skip to content

Commit 9427f7b

Browse files
committed
Ignore Python build and cache artefacts from pip install
1 parent 120195d commit 9427f7b

8 files changed

Lines changed: 4 additions & 506 deletions

File tree

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Thumbs.db
1717

1818
## Python packaging artefacts
1919
*.egg-info/
20+
build/
21+
dist/
22+
__pycache__/
23+
*.py[cod]
2024

2125
## Nextflow config evaluation artefacts (should not be created)
2226
_nf_config_*

build/lib/metatropics_samplesheet/__init__.py

Lines changed: 0 additions & 1 deletion
This file was deleted.

build/lib/metatropics_samplesheet/__main__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

build/lib/metatropics_samplesheet/samplesheet.py

Lines changed: 0 additions & 374 deletions
This file was deleted.

0 commit comments

Comments
 (0)