# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/

# Test
.pytest_cache/
.coverage
htmlcov/
.tox/

# Environment variables (contains secrets)
.env

# IDE
.vscode/
.idea/
*.swp
*.swo
*~

# Test recordings (managed by assets.json)
tests/recordings/
