# Git .git .gitignore # IDE .idea .vscode *.iml *.iws *.ipr # Java build **/target !**/target/*.jar # Node / Frontend frontend/node_modules frontend/dist frontend/.vite # Python __pycache__ *.pyc *.pyo .venv venv # Logs logs *.log # OS .DS_Store Thumbs.db # Docker docker-compose*.yml .env .env.* !.env.example # Docs (not needed in images) docs *.md !README.md # CI/CD .github .gitlab-ci.yml # Mobile (not containerized) mobile mobile-app