# Virtual environments
test_install/
test_env/
.venv/
venv/
env/
.env

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

# Python cache
__pycache__/
*.py[cod]
*$py.class

# IDE files
.vscode/
.idea/
.cursor/