Skip to content

Commit

Permalink
updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
agennadi committed Nov 13, 2024
1 parent c60a40e commit f6b0b1b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/env_vars.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: Generate .env File

on:
push:
branches:
- add_ci_and_linting
workflow_dispatch:

jobs:
Expand Down
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ __pycache__/
bin/
build/
lib/
pytest_cache
mypy_cache

# Virtual Environment
venv
Expand All @@ -17,3 +19,6 @@ node_modules
# Mac
.DS_Store
/.next/.env

# Env file
.env

0 comments on commit f6b0b1b

Please sign in to comment.