Initial commit: BtToxin Pipeline project structure
This commit is contained in:
29
.gitignore
vendored
Normal file
29
.gitignore
vendored
Normal file
@@ -0,0 +1,29 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.so
|
||||
.Python
|
||||
venv/
|
||||
*.egg-info/
|
||||
|
||||
# Node
|
||||
node_modules/
|
||||
dist/
|
||||
|
||||
# System
|
||||
.DS_Store
|
||||
|
||||
# Environment
|
||||
.env
|
||||
*.log
|
||||
|
||||
# Data
|
||||
uploads/
|
||||
results/
|
||||
logs/
|
||||
tests/test_data/genomes/*.fna
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
*.swp
|
||||
Reference in New Issue
Block a user