# =========================
# Secrets / environment files
# =========================
.env
.env.*
!.env.example

# Common secrets files (if they ever appear)
*.pem
*.key
*.pfx
*.p12
*.crt
*.cer
*.der

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

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

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

# Unit test / coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.mypy_cache/
.ruff_cache/
.tox/
.nox/

# Jupyter
.ipynb_checkpoints/

# =========================
# Logs / runtime files
# =========================
*.log
logs/
*.pid

# =========================
# IDEs / OS
# =========================
.vscode/
.idea/
.DS_Store
Thumbs.db
Desktop.ini

# =========================
# Airflow (common local artifacts)
# =========================
airflow.cfg
webserver_config.py
