You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
351 B
40 lines
351 B
# Python virtual environment
|
|
venv/
|
|
.venv/
|
|
env/
|
|
ENV/
|
|
|
|
# Python cache
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
|
|
# Test artifacts
|
|
*.log
|
|
test_run.log
|
|
weed-test.log
|
|
|
|
# SeaweedFS data directories
|
|
filerldb2/
|
|
idx/
|
|
dat/
|
|
*.idx
|
|
*.dat
|
|
|
|
# Temporary test files
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|