# Python __pycache__/ *.py[cod] *$py.class *.so .Python *.egg *.egg-info/ dist/ build/ *.log # Virtual environments venv/ .venv/ env/ ENV/ # Django db.sqlite3 *.sqlite3 staticfiles/ media/ # Environment files .env .env.* !.env.docker.example # Git .git/ .gitignore .gitattributes # IDE .vscode/ .idea/ *.swp *.swo *~ # Docker Dockerfile Dockerfile.dev docker-compose.yml docker-compose.dev.yml .dockerignore # Documentation README.md *.md docs/ # CI/CD .github/ .gitlab-ci.yml # Testing .coverage htmlcov/ .pytest_cache/ .tox/ # OS .DS_Store Thumbs.db