# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Node
node_modules/
js/dist/
*.tsbuildinfo

# Environment and secrets
.env
.env.*
!.env.example
*.pem
*accessKeys*.csv

# OS / editors
.DS_Store
.idea/
.vscode/
