# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg

# Virtual environments
venv/
ENV/
env/
.env

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

# Test artifacts
tests/stress_test_results.csv
tests/temp_*.csv

# OS
.DS_Store
Thumbs.db
