# System files .DS_Store Thumbs.db # Environment Variables .env .env.* !.env.example # Python __pycache__/ *.pyc *.pyo *.pyd .Python env/ venv/ .venv/ *.egg-info/ .coverage htmlcov/ .pytest_cache/ # Node / Frontend node_modules/ npm-debug.log yarn-error.log .npm-cache/ dist/ build/ .output/ # Docker postgres_data/ # IDE settings .vscode/ .idea/