# Python __pycache__/ *.py[cod] *.egg-info/ .venv/ venv/ .env # Node node_modules/ dist/ # IDE .idea/ .vscode/ # Docker postgres_data/ # Test .coverage htmlcov/ coverage.xml .pytest_cache/ # OS .DS_Store Thumbs.db