.venv/
__pycache__/
.vscode/
build/
*.egg-info/
.cache/
*.so
dist/
data/*/
data/*
!data/.gitkeep
*.pdf
.ninja*
.skbuild*
.cmake/
*.parquet
*.mp4
.aim*
research/*
*.fls
*.log
*.out
*.synctex.gz
*.fdb_latexmk
*.bbl
*.aux

# --- Secrets and Environment Variables ---
.env
.env.*
!.env.example
!.env.template

# --- Certificates and Keys ---
*.pem
*.key
*.cert
*.p12
*.pfx

# --- Local Config Overrides ---
config.local.json
secrets.json