# Git
.git
.gitignore
.gitmodules

# Dependencies
node_modules
.venv

# CI/CD
.github

# Environment files
.env

*.md
