# Python __pycache__/ *.py[cod] *.egg-info/ dist/ .venv/ venv/ # Node node_modules/ frontend/dist/ # Environment .env # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Docker pgdata/ # Testing .coverage htmlcov/ .pytest_cache/