# Python __pycache__/ *.py[cod] *$py.class *.so .Python venv/ env/ ENV/ *.egg-info/ dist/ build/ # Node **/node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* package-lock.json # IDE .vscode/ .idea/ *.swp *.swo *~ .DS_Store # Environment .env .env.local .env.*.local # Logs *.log logs/ # Testing .pytest_cache/ .coverage htmlcov/ # Database *.db *.sqlite *.sqlite3 # Temporary files *.tmp *.temp .cache/ # Git .git/ .gitignore .gitattributes # Documentation *.md docs/ # CI/CD .github/ .gitlab-ci.yml # Docker docker-compose.yml Dockerfile* .dockerignore