Files
deltaglider/.gitignore
Simone Scarduzio 02120a764e ruff & mypy
2025-09-25 17:05:35 +02:00

88 lines
797 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.manifest
*.spec
# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# UV
.uv/
uv.lock
# Testing
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Project specific
*.delta
reference.bin
/cache/
.deltaglider-cache/
# Test data
1.66.1/
test_*.txt
test_*.zip
*.dmg
*.tar.gz
app_*.zip
binary_*.exe
config_*.json
content_*/
recovered_*.zip
# MinIO/S3 test files
/tmp/
/test-data/
# Documentation builds
docs/_build/
docs/_static/
docs/_templates/
# Logs
*.log
# Temporary downloads
temp_downloads/