# Ignore backend files backend/** mobile/** # Ignore git .git/ .gitignore # Ignore docker files docker-compose.yml *.dockerfile # Ignore node_modules and build artifacts node_modules/ dist/ build/ bin/ tmp/ # Ignore environment files .env .env.* # Ignore IDE .vscode/ .idea/ # Ignore documentation build artifacts site/ docs/generated/ output/