mirror of
https://github.com/beshu-tech/deltaglider.git
synced 2026-01-11 14:20:33 +01:00
This file should not be version controlled as it's automatically generated by setuptools-scm during builds based on git tags. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
90 lines
844 B
Plaintext
90 lines
844 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/
|
|
src/deltaglider/_version.py
|