Files
deltaglider-beshu-tech/.gitignore
Simone Scarduzio e0b8bac859 ruff
2025-09-29 16:08:26 +02:00

89 lines
816 B
Plaintext

# Python
ror-data-importer/
__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/