Commit 4b0e5683 authored by Lisa (Hermes AI)'s avatar Lisa (Hermes AI)

docs: add .gitignore and remove cached __pycache__

parent 1b3405fe
Pipeline #311 canceled with stages
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg
# Virtual environments
venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Test files
.pytest_cache/
.coverage
htmlcov/
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment