# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info/
*.egg
.eggs/
*.whl

# Virtual environments
.venv/
venv/
ENV/
env/

# Zig build artifacts
.zig-cache/
zig-out/
*.o
*.a
*.so
*.dll
*.dylib
*.pyd

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Documentation
site/
.mkdocs_cache/

# Local development
*.local
.env
.envrc

# OS files
Thumbs.db
Desktop.ini

# Project specific
zigx/.zig-cache/
zigx/zig-out/
testproject/
autotest/