# windsurf rules
.windsurfrules

# Environment variables
.env
.env.local
.env.development
.env.production

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual Environment
venv/
env/
ENV/
.venv/
.venv_*/

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

# Jupyter Notebook
.ipynb_checkpoints

# Testing
.coverage
htmlcov/
.pytest_cache/

# IDE
/.cursor

# Logs
*.log
logs/
debug_log.txt

# Temporary files
*.tmp
*.bak
*.cache
.DS_Store
.files/

# Build artifacts
node_modules/

# Local scripts for maintenance (not required for the codebase itself)
cleanup.py
check_duplicates.py

# Sphinx build output
docs/build/