Skip to content

Commit

Permalink
Create gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
zapabob authored Nov 1, 2024
1 parent 00e7057 commit 2205b81
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
# 設定ファイル
config.yaml
settings.json

# 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

# 仮想環境
venv/
ENV/
env/
.env

# ログファイル
*.log
logs/
pomodoro.log

# IDE設定
.idea/
.vscode/
*.swp
*.swo
.project
.pydevproject
.settings/

# OS生成ファイル
.DS_Store
Thumbs.db
desktop.ini

# YouTube関連の一時ファイル
youtube_data/

# Notion関連
notion_token.txt
notion_credentials.json

# その他
*.bak
*.tmp
*.temp

0 comments on commit 2205b81

Please sign in to comment.