.git/
.github/
node_modules/
*.map
*.ts
*.tsx
*.jsx
*.yml
*.yaml
*.md
*.zip
*.json5
package*
README*


# Ignore git and GitHub folders
.git/
.github/

# Ignore workflow and metadata
.neocitiesignore
README*
LICENSE*

# Ignore scripts and source files
*.sh
*.md
*.template

# Ignore common development files
node_modules/
package*
*.map
*.lock
*.json5

