# Python __pycache__/ *.py[cod] *$py.class *.so .Python .venv/ venv/ ENV/ .eggs/ *.egg-info/ *.egg # IDE .idea/ .vscode/ *.swp *.swo # Logs logs/ *.log # Testing .pytest_cache/ .coverage htmlcov/ .tox/ # Environment .env .env.local *.env # Git .git/ .gitignore # Docker Dockerfile .dockerignore # Development files *.md tests/ examples/ scripts/ docs/ # Running artifacts running/