Skip to content

Commit 0d41586

Browse files
committed
Initial commit
beep boop
0 parents  commit 0d41586

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Python-generated files
2+
__pycache__/
3+
*.py[oc]
4+
build/
5+
dist/
6+
wheels/
7+
*.egg-info
8+
9+
# Virtual environments
10+
.venv
11+
12+
# Tooling caches
13+
.pytest_cache/
14+
.mypy_cache/
15+
.ruff_cache/

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# flagsmith-sql-flag-engine
2+
3+
Placeholder. The initial package scaffold lands via the first pull request.

0 commit comments

Comments
 (0)