# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# setuptools-scm version file
dalla_data_processing/_version.py

# Virtual environments
venv/
env/
ENV/
.venv

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/

# Type checking
.mypy_cache/
.pytype/
.pyre/

# Distribution
*.whl

# Native binaries
*.o
*.a
*.dylib
*.dll

# Data
*.arrow
*.parquet

# Logs
*.log
logs/

# OS
.DS_Store
Thumbs.db
