# Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST .pytest_cache/ .coverage .coverage.* htmlcov/ .tox/ .nox/ .hypothesis/ .mypy_cache/ .dmypy.json dmypy.json .pyre/ .ruff_cache/ .ropeproject/ # Virtual environments venv/ ENV/ env/ .venv/ # IDE .idea/ .vscode/ *.swp *.swo *~ .DS_Store # Git .git/ .gitignore .gitattributes # Docker .dockerignore Dockerfile* docker-compose*.yml # Documentation *.md docs/ LICENSE # Development dev.sh *.log *.pot *.mo # Frontend (if not needed in backend container) frontend/ node_modules/ # Environment files .env .env.* # Temporary files tmp/ temp/ *.tmp *.bak *.backup # Test data tests/ test_*.py *_test.py # CI/CD .github/ .gitlab-ci.yml .travis.yml