# Git .git .gitignore .gitattributes # Docker Dockerfile docker-compose.yml .dockerignore # Python __pycache__ *.py[cod] *$py.class *.so .Python env/ venv/ ENV/ *.egg-info/ # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Logs *.log # Temporary files *.tmp *.temp