.DS_Store
.env
.env.*
!.env.example
.venv/
**/.venv/
__pycache__/
*.py[cod]
.pytest_cache/
*.egg-info/
node_modules/
**/node_modules/
dist/
**/dist/
coverage/
*.log
.idea/
.vscode/
.swiftpm/
.build/
target/
**/target/
