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

# Virtual environments
.venv/
venv/

# IDE
.idea/
.vscode/
*.swp

# OS
.DS_Store

# Test / coverage
.pytest_cache/
htmlcov/
.coverage
coverage.xml

# Benchmark output (user-generated)
benchmark_results/

# Test data files
files/
