# Ignore virtualenv .venv venv # Ignore Python cache __pycache__/ *.pyc *.pyo *.pyd # Ignore editor and OS files .vscode .idea .DS_Store *.swo *.swp # Ignore git files .git .gitignore # Ignore database and log files *.db *.log *.json # Ignore test files test.md