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

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

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

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

# Virtual Environment
venv/
vevn/
ENV/
env/
env.bak/
venv.bak/

# Misc
.DS_Store
.env