# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# Virtual environments
.venv/
venv/
ENV/
env/

# Testing
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.hypothesis/
.pytest_cache/
.mypy_cache/
.dmypy.json
dmypy.json

# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Logs
*.log
logs/

# Project specific
.airflow-dag-linter.toml
!.airflow-dag-linter.toml.example

# Package manager lock files
uv.lock

# Custom DAG directories
lake_dags/

# Scripts
scripts/

# Code review
cr.md
examples/dags/
ERROR_HANDLING.md
before_opensoource.md

# Internal setup docs
.github/PYPI_SETUP.md
