# Ignore everything by default * # Allow configuration files !.gitignore !config.toml !compose.yaml # Allow servers directory and its contents !servers/ !servers/** # Ignore sensitive files .env *.log *.tmp # Ignore Docker/runtime data __pycache__/ *.pyc .cache/