# Byte-compiled __pycache__/ *.py[cod] # Virtual env venv/ .venv/ # Environment .env *.db # IDE .vscode/ .idea/ # OS .DS_Store Thumbs.db # Test artifacts test.db .pytest_cache/ htmlcov/ .coverage # Logs logs/