# Ignore environment variable files .env # Ignore Python bytecode __pycache__/ *.py[cod] *$py.class # Ignore virtual environment directories venv/ env/ .venv/ .env/ Include/ Lib/ Library/ Scripts/ Share/ # Ignore Jupyter Notebook checkpoints .ipynb_checkpoints/ # Ignore macOS system files .DS_Store # Ignore temporary files created by editors *.swp *.swo *~ *.bak # Ignore logs *.log # Ignore coverage reports htmlcov/ .coverage .coverage.* # Ignore mypy cache .mypy_cache/ .dmypy.json dmypy.json # Ignore Pytest cache .pytest_cache/ # Ignore temporary files *.tmp *.temp # Ignore compiled code *.so *.dylib *.dll # Ignore package directories node_modules/ build/ dist/ *.egg-info/ # Ignore Hugging Face Spaces outputs output/ runs/ # OTHER ELEMENTS TO IGNORE pdfs/ persona.json