# Virtual environment venv/ .venv/ # Python __pycache__/ *.py[cod] *.egg-info/ # Database *.db # Config (user should create from example) config.yaml # Logs *.log # IDE .vscode/ .idea/