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

# Virtual environments
.venv/
venv/
ENV/
env/
.env/
.release-venv/
.pandas-smoke-venv/

# Packaging / build artifacts
build/
dist/
*.egg-info/
*.egg
pip-wheel-metadata/

# Test / coverage artifacts
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
site/

# Type check / lint caches
.mypy_cache/
.pyright/
.ruff_cache/

# Notebook checkpoints
.ipynb_checkpoints/

# IDE/editor settings
.vscode/
.idea/

# OS files
.DS_Store
Thumbs.db
