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

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

# Distribution / packaging
dist/
build/
*.egg-info/
*.egg

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

# IDE - PyCharm / IntelliJ
.idea/
*.iml
/shelf/
/workspace.xml
/httpRequests/
/dataSources/
/dataSources.local.xml

# IDE - VS Code
.vscode/

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Backup files
*.bak
*~
*.swp
*.swo
*conflicted copy*

# Python version managers
.python-version

# Lock files (if using uv/rye - adjust based on workflow)
requirements-dev.lock
uv.lock

# Test data
test.nef
*.nef.tmp

# Logs
*.log
