# General / IDEs
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp

# Python
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
.egg-info
.venv/
venv/
env/
.env
.mypy_cache/
.tox/

# Testing and Coverage
.coverage
htmlcov/
.pytest_cache/
.hypothesis/
junit.xml
cov.xml

# Rust
target/
**/*.rs.bk

# Node.js / Frontend
node_modules/
frontend/.vite/
frontend/dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm/
.next/

# Generated Artifacts / Logs
*.log
*.bak
test_*.png
*_results.png
*.ir
output.txt
app.py.local_backup

# Documentation
docs/_build/

# Project Specific
web_app_copy/
features/
tests/