# Python __pycache__/ *.py[cod] *.pyo *.pyd .Python *.egg-info/ dist/ build/ .eggs/ venv/ env/ .venv/ # Environment .env *.env.local # Logs logs/ *.log # Alembic # (keep versions/) # IDE .vscode/ .idea/ *.swp *.swo # OS .DS_Store Thumbs.db # Test artifacts .pytest_cache/ .coverage htmlcov/ *.xml # Compiled nul