# Python
__pycache__/
*.py[cod]
*$py.class
*.so

# Virtual environments
.venv/
.venv311/
venv/
env/

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
sdist/
wheels/

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

# Type checking
.mypy_cache/

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

# OS
.DS_Store
Thumbs.db
desktop.ini

# Ruff
.ruff_cache/

# Spark / Hadoop
derby.log
metastore_db/
spark-warehouse/

# Demo / scratch files
demo_*.py
