# Dependencies node_modules/ __pycache__/ *.pyc venv/ .venv/ # Environment files .env .env.local .env.production # Build outputs build/ dist/ *.egg-info/ # Database *.db *.sqlite # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Docker .dockerignore # Logs *.log logs/ # Test coverage coverage/ .coverage .pytest_cache/