.*
.DS_Store
.env

# Certificates and keys (should NEVER be committed)
*.p12
*.cer
*.pem
*.key
*.cert
*.mobileprovision

# Build artifacts
/target
*.swp
*.swo
*~
!.github/

# IDE
.vscode/
.idea/
*.iml


*.md
!README.md
!CHANGELOG.md
