# Environment and secrets .env # Logs *.log logs/ # Cache directories cache/ downloads/ # Watch directories watch/ # SSL certificates config/traefik/letsencrypt/ # OS files .DS_Store Thumbs.db # IDE .idea/ .vscode/ *.swp *.swo # Python __pycache__/ *.py[cod] *$py.class .Python venv/ .venv/ # Docker .docker/