# Python __pycache__/ *.py[cod] *$py.class *.so .Python env/ venv/ ENV/ *.egg-info/ dist/ build/ # DSS data .dss/ *.db *.db-wal *.db-shm # Environment .env .env.local .env.production # IDE .vscode/ .idea/ *.swp *.swo *~ # Git .git/ .gitignore # Documentation docs/ *.md !README.md # Tests tests/ pytest_cache/ .coverage htmlcov/ # Node node_modules/ npm-debug.log # OS .DS_Store Thumbs.db # Backups backups/ *.backup *.bak # Logs *.log logs/