# Ignore log files *.log logs/ # Ignore git .git .gitignore # Ignore Docker files Dockerfile docker-compose.yml .dockerignore # Ignore Python cache __pycache__/ *.pyc *.pyo *.pyd .Python # Ignore IDE files .vscode/ .idea/ *.swp *.swo # Ignore OS files .DS_Store Thumbs.db