# Python
__pycache__/
*.py[cod]
*.pyo
.Python
*.egg-info/
dist/
build/
.eggs/
*.egg
pip-wheel-metadata/

# Rust / PyO3
target/
*.so
*.dylib
*.dll
qdap_core/*.pyd

# Virtual environments
.venv/
venv/
env/

# Test & Coverage
.pytest_cache/
.coverage
htmlcov/
*.coveragerc
.hypothesis/

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

# Docker
docker_benchmark/results/

# Certificates (security)
*.pem
*.key
certs/

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Benchmark results (generated)
benchmarks/results/
benchmarks/tmp/
wan_benchmark/results/

# Qiskit cache
.qiskit/

# Terraform
.terraform/
*.tfstate
*.tfstate.*
.terraform.lock.hcl
crash.log
crash.*.log
*.tfvars
*.tfvars.json

# Gemini
.gemini/

# Generated docs & results
*.md
*.json

# Release artifacts & logs
release_results/
graphify-out/

# Screenshots & temp files
benchmarks/*.png
benchmarks/*.jpg
demo.txt

# Website (deployed separately to VPS)
website/
benchmarks/results/
