# Environment files with secrets .env *.env.local # Server data (should not be in version control) serverfiles/ steamcmd/ backups/ # Logs *.log logs/ # Temporary files *.tmp *.temp /tmp/ # OS files .DS_Store Thumbs.db # IDE files .idea/ .vscode/ *.swp *.swo # Build artifacts *.tar.gz *.zip