# Python bytecode and caches
__pycache__/
*.py[cod]
*$py.class
*.pyo
*.pyd

# Compiled extensions
*.so
*.dylib
*.dll

# Python packaging artefacts
*.egg
*.egg-info/
.eggs/
INSTALLED_FILES
pip-wheel-metadata/
build/
dist/
htmlcov/

# Virtual environments
.venv/
venv/
env/
ENV/
env.bak/
venv.bak/
*/.venv/
*/venv/
*/env/
.mamba/
.conda/
.conda_env/
.python-version

# Test and coverage outputs
.tox/
.nox/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage/
pytestdebug.log

# Logs and runtime artefacts
*.log
*.out
*.err
logs/
log/

# Temporary files
*.tmp
*.temp
*.swp
*.swo
*~
.DS_Store
Thumbs.db
.ipynb_checkpoints/
.cache/

# IDE and editor folders
.idea/
.vscode/
.history/

# Environment configuration (keep templates)
.env
.env.*
!.env.example
!**/.env.example
!**/.env.sample
!**/.env.template

# Node.js artefacts
node_modules/
*.tsbuildinfo
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
lerna-debug.log*

# Frontend build outputs
*.eslintcache
*.stylelintcache
*.parcel-cache
.vite/
.happypack/

# Project-specific generated data
simulation/**/video_test_output*/
simulation/**/test_output*.log
software/**/test_output*.log

# Ignore web_control artefacts already covered locally
web_control/client/node_modules/
web_control/client/dist/
web_control/client/.cache/
web_control/server/.venv/
web_control/server/__pycache__/
web_control/server/.pytest_cache/
.claude/
