# Virtual environments
.venv/
venv/

# Environment files
.env
.env.test

# Cache
__pycache__/
*.pyc
.pytest_cache/

# Test results
test_results*.json

# Build artifacts
dist/
build/
*.egg-info/

# IDE
.vscode/
.idea/

# Development files
tests/
pytest.ini
requirements-test.txt
api_doc.md
test-go/
scripts/
