# Cursor rules for Datapunk
# Ignore Python virtual environments, Docker build files, and common dependency folders
ignore:
- "**/__pycache__/"
- "**/*.pyc"
- "**/.venv/"
- "**/venv/"
- "**/.git/"
- "**/node_modules/"
- "**/dist/"
- "**/build/"
# Include all Python files
include:
- "**/*.py" # Python files
- "**/*.yaml" # Configuration files
- "**/*.dockerfile" # Dockerfiles
- "**/*.csv" # CSV files
- "**/*.txt" # Text files
- "**/*.ts" # TypeScript files
- "**/*.svelte" # Svelte files
- "**/*.js" # JavaScript files
- "**/*.md" # Markdown files
- "**/.env.*" # Environment files
- "**/*.yml" # YAML files
- "**/*.json" # JSON files
- "**/*.sql" # SQL files
- "**/*.conf" # Configuration files
- "**/*.ini" # INI files
- "**/*.sh" # Shell scripts
- "**/*.ps1" # PowerShell files
- "**/*.psm1" # PowerShell files
- "**/*.gitignore" # Git ignore files
- "**/*.dockerignore" # Docker ignore files
- "**/*.docker-compose.yml" # Docker compose files
- "**/*.sql.conf" # SQL configuration files
- "**/*.pdf" # PDF files
- "**/*.docx" # Word files
- "**/*.doc" # Word files
- "**/*.xls" # Excel files
- "**/*.xlsx" # Excel files
- "**/*.pptx" # PowerPoint files
- "**/*.ppt" # PowerPoint files
- "**/*.jsonl" # JSONL files
- "**/*.env" # Environment files
- ".env" # Environment file
- "**/config/postgresql.conf" # PostgreSQL configuration file
- "**/config/init.sql" # PostgreSQL initialization script
- "**/scripts/healthcheck.sh" # Healthcheck script
css
docker
dockerfile
html
java
javascript
jinja
mermaid
+6 more
First Time Repository
Take back what is yours, on your own terms.
Python
Languages:
CSS: 8.3KB
Dockerfile: 7.9KB
HTML: 0.6KB
JavaScript: 0.4KB
Jinja: 8.8KB
Mermaid: 67.9KB
PowerShell: 9.6KB
Python: 5169.8KB
Shell: 3.7KB
Svelte: 65.3KB
TypeScript: 24.1KB
Created: 9/4/2024
Updated: 12/19/2024
All Repositories (1)
Take back what is yours, on your own terms.