# Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ ENV/ .venv # Testing .pytest_cache/ .coverage htmlcov/ *.cover # IDE .vscode/ .idea/ *.swp *.swo *~ # OS .DS_Store Thumbs.db # Project specific .env *.log *.db *.sqlite # Git .git/ .gitignore # Docker docker-compose.yml Dockerfile .dockerignore # Documentation *.md !README.md