# Virtual environments venv/ env/ .venv/ docs/.venv/ site/ docs/site/ .cache/ docs/.cache/ docs/ # Python cache __pycache__/ *.py[cod] *$py.class # Environment and configuration files .env mkdocs.yml # Logs *.log # Temporary files .DS_Store __MACOSX/ # Local tests (excluded from VCS as requested) tests/ crypto mode/ # Pytest artifacts .pytest_cache/ .coverage pytest.ini