# Docker ignore file # Virtual environment venv/ env/ .venv/ # Python cache __pycache__/ *.pyc *.pyo *.pyd .Python .pytest_cache/ .coverage # Logs logs/ # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Test files test_*.py *_test.py