# Docker ignore file # Node modules node_modules frontend/node_modules # Python cache __pycache__ *.pyc *.pyo *.pyd # Virtual environment .venv venv # Environment files .env .env.local # Git files git .git .gitignore .gitmodules # IDE files .vscode .idea # Build artifacts dist build # Logs and cache *.log *.cache # Documentation docs # Test files tests # Coverage .coverage htmlcov # Misc .DS_Store *.swp *.swo