Files
deltaglider/.gitignore
Simone Scarduzio ac2e2b5a0a fix: Remove _version.py from git tracking (auto-generated by setuptools-scm)
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>
2025-10-03 19:19:58 +02:00

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