# Python
__pycache__/
*.py[cod]
.ipynb_checkpoints

# Virtual environments
.venv/
venv/
uv.lock

# Environment / secrets
.env
**/.env

# Build artifacts
dist/
build/
*.egg-info/

# Generated version file (setuptools-scm)
src/airflow_provider_tablefile/_version.py

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Type checkers / linters
.mypy_cache/
.ruff_cache/

# Airflow runtime artifacts (local dev)
airflow.cfg
airflow.db
airflow-webserver.pid
standalone_admin_password.txt
logs/

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

# Claude / plans
/.claude/
/PLAN.md

# OS
.DS_Store
Thumbs.db
