# Python cache files
__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 environments
venv/
ENV/

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

/.cursor

# Ignore assets folder but keep the folder structure
assets/*
!assets/.gitkeep

# IDE specific files
.DS_Store