# Test environment and artifacts

# Virtual environment
test_venv/
venv/
env/

# pytest cache
.pytest_cache/
__pycache__/
*.pyc
*.pyo

# Coverage reports (module-specific naming)
.coverage
.coverage.*
htmlcov*/
coverage*.xml
*.cover

# Test artifacts
.tox/
.hypothesis/

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

# OS
.DS_Store
Thumbs.db
