- Add pkd_code, pkd_description columns for business activity classification - Add business_start_date column from CEIDG - Add owner_first_name, owner_last_name for JDG companies - Create import script scripts/import_ceidg_to_db.py - Add PKD card display in company profile template - Add owner section for JDG companies without KRS - Track SQL migrations in git (database/migrations/*.sql) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
94 lines
1.2 KiB
Plaintext
94 lines
1.2 KiB
Plaintext
# Environment variables - NIGDY NIE COMMITUJ!
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Backups
|
|
backups/
|
|
*.sql.gz
|
|
|
|
# Deployment config (contains sensitive passwords)
|
|
deploy_config.conf
|
|
|
|
# Auto Claude data directory and state files
|
|
.auto-claude/
|
|
.auto-claude-security.json
|
|
.auto-claude-status
|
|
|
|
# PageSpeed quota tracking files
|
|
.pagespeed_quota.json
|
|
scripts/.pagespeed_quota.json
|
|
|
|
# Analysis reports and temp files
|
|
*.csv
|
|
*_analysis*.json
|
|
*_report*.json
|
|
*_recommendations*.json
|
|
group_*_*.json
|
|
ANALYSIS_*.md
|
|
ANALYSIS_*.txt
|
|
CATEGORY_*.md
|
|
DEPLOYMENT_*.md
|
|
ITERATION_*.md
|
|
VALIDATION_*.md
|
|
*_SUMMARY*.md
|
|
*_SUMMARY*.txt
|
|
*_README*.md
|
|
preflight_report_*.txt
|
|
venv-py312/
|
|
.claude_settings.json
|
|
.worktrees/
|
|
*.dump
|
|
*.sql
|
|
!database/migrations/*.sql
|
|
nordabiz_*.dump
|
|
nordabiz_*.sql
|
|
|
|
# Auto-Claude metadata
|
|
project_index.json
|
|
# Note: CHANGELOG.md is tracked (removed from ignore)
|
|
|
|
# Auto Claude generated files
|
|
.security-key
|
|
logs/security/
|
|
|
|
# Source data files (large, one-time use)
|
|
data/krs_pdfs/
|
|
data/ceidg_json/
|
|
|
|
# Poufne materiały - NIGDY nie commitować
|
|
.private/
|