# Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ env/ ENV/ build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg # Environment variables .env .env.local # IDE .vscode/ .idea/ *.swp *.swo *~ # Testing .pytest_cache/ .coverage htmlcov/ .hypothesis/ # OS .DS_Store Thumbs.db # Logs *.log # Frontend frontend/node_modules/ frontend/dist/ frontend/.env frontend/.env.local # Kiro .kiro/ # Node node_modules/