# Python __pycache__/ *.py[cod] *$py.class *.so *.egg *.egg-info/ dist/ build/ *.whl # Virtual environment venv/ .venv/ env/ # IDE .vscode/ .idea/ *.swp *.swo # Docker Dockerfile docker-compose.yml .dockerignore # Git .git/ .gitignore # Environment .env # OS .DS_Store Thumbs.db